JQuery如何监听DIV内容变化
$("#wb_follow_btn").bind('DOMNodeInserted', function(e) {
alert('element now contains: ' + $(e.target).html());
});
$("#wb_follow_btn").bind('DOMNodeInserted', function(e) {
alert('element now contains: ' + $(e.target).html());
});