Labelcheck
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/labelcheck
软件介绍
Hate to hunt and click these small checkboxes/radio buttons ?
hunt no more...
$('.row').labelcheck();
$('.row').labelcheck({'click':function(){alert('Checkbox clicked or label clicked')}});
$('tr').labelcheck({'label_selector':'.label'});
testes in IE6+FF (should work everywhere, since it uses only jQuery standard controls)
