UNPKG

checkbox.select.all

Version:

A module of River checkbox, for select all or Anti-election.

37 lines (36 loc) 805 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>全选/反选</title> </head> <body> <div> <div> <label for="all"> <input id="all" type="checkbox" class="River-checkAll"> 全选 </label> </div> <div> <label for="1"> <input type="checkbox" class="River-checkOne" id="1"> 选项1 </label> </div> <div> <label for="2"> <input type="checkbox" class="River-checkOne" id="2"> 选项2 </label> </div> <div> <label for="3"> <input type="checkbox" class="River-checkOne" id="3"> 选项3 </label> </div> </div> <script type="text/javascript" src="script/checkbox.js"></script> </body> </html>