利用on()事件绑定 ($(ParentEle).on("click",".thisEle",function(){}) $("body").on("click", ".newBtn", function() { alert('这里是动态元素添加的事件'); });
发表评论