本文实例讲解了javascript实现简单的全选和反选功能的详细代码,分享给大家供大家参考,具体内容如下
效果图:
具体代码:
<Meta charset="UTF-8">
全选反选
Box">
Box">
Box">
Box">
Box">
Box">
Box">
Box">
Box">
Box">
Box">
<input type="button" value="全选" id="all">
<input type="button" value="反选" id="reverse">
<input type="checkBox" id="flagCheck">
<ul id="checkBoxList">
布尔属性,只要name即可,值可为空 checked,selected,readonly,disabled....