首页 > 代码库 > jquery 动态事件绑定(0512)

jquery 动态事件绑定(0512)

jquery动态事件绑定,父元素需为静态元素,(不能是动态生成);

$("#parent").on("click","#child",function(){

//....

});