随笔分类 -  Jquery

摘要://废话不说直接上代码$("#").click(function(){ $("#content-div label input[type='checkbox']").each(function(){ $(this).prop("checked",!$(this).is(":checked")); }); ... 阅读全文
posted @ 2017-04-19 10:46 Hao0 阅读(949) 评论(0) 推荐(0)