jquery添加节点时能有点击事件
摘要:
<script> var n=0; $(".dj").on('click',function(){ n=$(this).parent().children(".box-center-content").children("table").length;; console.log(n); if(n>4 阅读全文
posted @ 2017-07-27 19:50 打你一下 阅读(1384) 评论(0) 推荐(0) 编辑