0
如果我運行下面這樣確定的.class名。但我需要做類似下面:使用DOMNodeInserted
$(document).bind('DOMNodeInserted', function(){
// if class .new exists
// do something to the other elements e.g (body, #div, h1, h2, etc) not to .new class
});
千恩萬謝