首页 > php教程 > php手册 > jQuery 实现复选框全选、反选、按住shift键连续选择

jQuery 实现复选框全选、反选、按住shift键连续选择

WBOY
发布: 2016-06-07 11:43:20
原创
1827 人浏览过

jQuery 实现复选框全选、反选、按住shift键实现多项连续选择
$('#demo1 div.checkbox').shiftcheckbox({<br>   checkboxSelector: ':checkbox',<br>   selectAll: $('#demo1 .all'),<br>   // The onChange function will be called whenever the plugin changes the state of a checkbox.<br>   onChange: function(checked) {<br>     setInfoText('Changed checkbox ' + $(this).attr('id') + ' to ' + checked + ' programmatically');<br>   }<br> });<br> <br> // If you also want to handle the user clicking on a checkbox, use the jQuery .change() event.<br> $('#demo1 :checkbox').change(function() {<br>   setInfoText('Clicked checkbox ' + $(this).attr('id') + ', checked=' + this.checked);<br> });

附件 shiftcheckbox-gh-pages.zip ( 38.07 KB 下载:205 次 )

AD:真正免费,域名+虚机+企业邮箱=0元

来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门推荐
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板