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

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

WBOY
풀어 주다: 2016-06-07 11:43:20
원래의
1828명이 탐색했습니다.

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으로 문의하세요.
인기 추천
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿