问题标签 [bootstrap-multiselect]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - JQuery Bootstrap 多选插件 - 在多选下拉列表中设置一个值
我正在使用 Boostrap Multiselect 插件(http://davidstutz.de/bootstrap-multiselect/)进行多选下拉菜单,如下所示
在页面加载时,我将得到一个值数组,如 [101,102]。我应该遍历数组并选择值(应选中对应于 id 的复选框)。请帮忙。
jquery - 如何更改引导多选标签而不是全选?
我使用的是引导多选下拉菜单,而不是在点击全选选项时显示的列表数量,我们可以显示所有选定的文本。
jquery - 导轨中的多选
我正在尝试在我的 Rails 应用程序中使用引导多选。
在我使用它的视图中,我初始化插件
它似乎使用演示 html 工作:
这很棒,但我无法让它与我的 Rails 选择代码一起使用。这是我的尝试:
我认为问题在于:class => 'multiselect', :multiple => true
它不会以与调用相同的方式调用 JQuery,<select class="multiselect" multiple="multiple">
但我想必须有一种方法可以使这项工作。非常感谢任何帮助。
编辑:我应该补充一点,我的选择正在显示,它只是没有作为此处看到的预期智能多选之一出现。
编辑2:浏览器显示的选择代码是:
那里没有多选或多选的迹象。唔。
twitter-bootstrap - Nuget Twitter Bootstrap-Multi Select 和 Nuget Twitter Bootstrap-Select
Nuget Twitter Bootstrap- Multiselect和Nuget Twitter Bootstrap-Select
它们是同一个包吗?还是两个单独的包?我需要 Bootstrap-Multiselect 中的复选框列表,但 Nuget 上唯一可用的包是 Twitter Bootstrap-Select?
jquery - 引导多选插件不起作用下拉列表未显示
我正在使用带有多选插件的 bootstrap 2.3.2。我在模式中有多选下拉菜单
多选初始化如下:
第一次加载模式时它工作正常 - 我可以从下拉列表中选择选项。但是当我关闭模式(按下搜索提交按钮)时,我取消选择下拉列表中的所有选项,如下所示:
问题是当我第二次打开模式按钮可见但没有下拉列表时,我试图用 multiselect.refresh 和 multiselect.rebuild 替换上面。这似乎是一个CSS问题或什么的。
javascript - AngularJS : Bootstrap typeahead with multiselect
I am using bootstrap multiselect in my angular application. (Bootstrap 2.3)
http://davidstutz.github.io/bootstrap-multiselect/index-2-3.html#examples
I want to convert the same thing in to bootstrap typeahead but still the user can multiselect values in search results.
I am using the highlighter function of bootstrap typeahed to add check-boxes to results. I am referring to the this plnkr http://plnkr.co/edit/szO2An1oslDyGftnshyR?p=preview but I am still unable to make my code work.
Old Code for multiselect:
to check last selected values
/li>to populate the multiselect
/li>The Select box
/li>
jquery - bootstrap multiselect - 单击一次取消选择/取消选中所有选项
我正在使用Bootstrap 多选,我想添加一个选项来取消选中所有选定的选项。请为我提供相同的解决方案。谢谢你的帮助 :)
twitter-bootstrap - 未折叠面板内的引导多选下拉菜单被切断
我有一个可折叠的手风琴面板,它通过一个引导多选下拉框进行扩展。它有很多选择。展开的手风琴面板打开以显示下拉框,但会切断其下方的选项。我曾尝试调整z-index
in css,但没有奏效。
这是代码:
关于如何让它发挥作用的任何想法?