live on jquery

live  

on

$("#id").live("click",function(){})---------- 动态加载的节点也会绑定该事件

$("#id").on("click",function(){})----------现存的节点绑定事件

相关推荐