资 源 简 介
Making checking groups of checkboxes easy.
jQuery(selector).quickcheck([callback]);
jQuery(selector) is passed as a single arguement to the callback
example:
$(":checkbox").quickcheck(function(jq){ window.alert("checked: " + jq.filter(":checked").length);})
use:
• Check and drag over checkboxes to check.
• Uncheck and drag over checkboxes to uncheck.
misc:
• Supports labels