jQuery怎样实现全选功能和全不选功能呢( 二 )


});
(".b2").click(function(){
("input").prop("checked",false);
});

});

</script>
</head>
<body>
舞蹈<input type="checkbox"><br>
排球<input type="checkbox"><br>
瑜伽<input type="checkbox"><br>
网球<input type="checkbox"><br>
<button class="b1">全选</button>
<button class="b2">全不选</button>
</body>
</html>


特别提示 【jQuery怎样实现全选功能和全不选功能呢】我用的是jQuery实现全选的 , 而js太复杂了 , 后续我再写一个关于js的 。

以上内容就是jQuery怎样实现全选功能和全不选功能呢的内容啦 , 希望对你有所帮助哦!

推荐阅读