CheckboxGroup

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-24 17:13:58

软件介绍

Provide "select all" checkbox functionality to a group of checkboxes. The select all checkbox stays in sync with the group so it is appropriately checked when it needs to be.

Example:

 

$('#checkall').checkgroup({groupName:'group'});

 

Also can have multiple select all boxes to one group - for instance one on top of the group and one on bottom:

 

$('.checkall').checkgroup({groupSelector:'.groupclass',enabledOnly:true});

 

The HTML would look like this:

<input type='checkbox' class='checkall'>checkall<br>
<input class='groupclass' name='group' type='checkbox'>chk1<br>
<input class='groupclass' name='group' type='checkbox'>chk2<br>
<input class='groupclass' name='group' type='checkbox'>chk3<br>
<input class='groupclass' name='group' type='checkbox'>chk4<br>
<input type='checkbox' class='checkall'>

 

本文地址:https://codercto.com/soft/d/21865.html

代码大全

代码大全

迈克康奈尔 / 电子工业出版社 / 2006-12 / 148.00元

《代码大全(第2版)(英文版)》由电子工业出版社出版。一起来看看 《代码大全》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码