CSS for Jquery plugin Chosen is not working

1.1k Views Asked by At

I know I have the correct path to the chosen.css:

<link href="@Url.Content("~/Content/chosen.css")" rel="stylesheet" type="text/css" />

But the dropdownlist does not look how it should (meaning like the standard select dropdownlist on http://harvesthq.github.io/chosen/):

enter image description here

Then it just displays the options in bullet points. Does anybody know what could be happening? Thanks!

1

There are 1 best solutions below

1
On BEST ANSWER

This was solved by using the Bootstrap + Chosen CSS, rather than the normal chosen CSS.

Found here: http://alxlit.name/bootstrap-chosen/

I then just used the class chosen-select.