带icheck插件的Bootstrap multiselect

时间:2014-06-30 14:46:11

标签: jquery twitter-bootstrap

我同时使用 Bootstrap Multiselect iCheck 。它看起来很好但是在添加iCheck之后,Multiselect无法正常工作。如果我选择全选,则在多选中,所有选项都将被选中。但是在添加iCheck之后,它还没有执行该功能以及其他功能。只是定期检查。

在这里看起来如何: enter image description here

这就是我如何调用Multiselect:

     $('.multiselect').multiselect({
       includeSelectAllOption: true,
       buttonWidth: '100%',
       nonSelectedText: 'Select multiple option'
    });

这就是我如何称呼iCheck:

     $('input').iCheck({
      checkboxClass: 'checkbox-default',
      radioClass: 'radio-default',
     });

我还需要添加或做什么吗?任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:2)

我稍微挖了一下,icheck的第2版似乎没问题

///// link:https://github.com/fronteed/iCheck/blob/2.x-beta/icheck.js

所有者将网址更改为:https://github.com/fronteed/iCheck/tree/2.x

目前v2是测试版,我现在还没有时间自己测试它,但看起来很好。