使用委派来处理后续加载的dom元素delegate$("body").delegate(".abc", "click", function(){ console.log($(this).html());});
$("abc").each(function(){$(this).html();})