2018年4月8日
摘要: 动态填见进去的元素 绑定的事件 有时绑定不上 1 先解绑 在从新绑定 $(".className").unbind('click').bind('click',function(){ }) 2也可以绑定document 也可以 $(document).on('click','.className', 阅读全文
posted @ 2018-04-08 14:47 刘世涛6192 阅读(130) 评论(0) 推荐(0)