CSS Jquery 插件选择不工作
CSS for Jquery plugin Chosen is not working
我知道我有通往 chosen.css:
的正确路径
<link href="@Url.Content("~/Content/chosen.css")" rel="stylesheet" type="text/css" />
但是下拉列表看起来不像它应该的样子(意思是像 http://harvesthq.github.io/chosen/ 上的标准 select 下拉列表):
然后它只显示项目符号中的选项。
有人知道会发生什么吗?谢谢!
这是通过使用 Bootstrap + 选择 CSS 而不是正常选择 CSS 解决的。
在此处找到:http://alxlit.name/bootstrap-chosen/
然后我只使用了 class 选择的-select。
我知道我有通往 chosen.css:
的正确路径<link href="@Url.Content("~/Content/chosen.css")" rel="stylesheet" type="text/css" />
但是下拉列表看起来不像它应该的样子(意思是像 http://harvesthq.github.io/chosen/ 上的标准 select 下拉列表):
然后它只显示项目符号中的选项。 有人知道会发生什么吗?谢谢!
这是通过使用 Bootstrap + 选择 CSS 而不是正常选择 CSS 解决的。
在此处找到:http://alxlit.name/bootstrap-chosen/
然后我只使用了 class 选择的-select。