js监听dom元素内容变化时间:2021-06-27 15:01:14$("#divid").bind('DOMNodeInserted', function(e) { alert('element now contains: ' + $(e.target).html()); });