提交 d8ac55d6 编写于 作者: T Tim Morgan

Don't apply iCheck plugin to checkboxes with 'simple' css class.

上级 35ba9268
......@@ -129,7 +129,7 @@ $(function() {
* iCheck plugin in.
* You can find the documentation at http://fronteed.com/iCheck/
*/
$("input[type='checkbox'], input[type='radio']").iCheck({
$("input[type='checkbox']:not(.simple), input[type='radio']:not(.simple)").iCheck({
checkboxClass: 'icheckbox_minimal',
radioClass: 'iradio_minimal'
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册