摘要:
var title = $('#title');//the element I want to monitor title.bind('DOMNodeInserted', function(e) { alert('element now contains: ' + $(e.target).html( 阅读全文
posted @ 2017-07-18 15:02
KMException
阅读(104)
评论(0)
推荐(0)