摘要: 直接加:type="button"即可 阅读全文
posted @ 2018-01-08 18:42 米牙 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 点击选中、取消选中时 function choseBox(_self){ var state = $(_self).prop('checked'); $(_self).prop('checked',state);} /*全选*/function choseAll(){ $(".erweimaList 阅读全文
posted @ 2018-01-08 17:53 米牙 阅读(195) 评论(0) 推荐(0) 编辑