图形化的checkbox,使用只需要下面一行代码:
$('input[type=checkbox]').checkbox();
参数说明:
cls: checkbox wrapper class (default: jquery-checkbox) empty: path/filename of “empty”(1x1 transparent) image (default: empty.png) 示例:
$('input[type=checkbox]').checkbox({ cls:'jquery-safari-checkbox', empty: 'http://www.yoursite.com/images/empty.gif' });
效果如下: