0

I'm using Jquery Chosen to style my dropdown but I want to style the option tag/the text within the dropdown. I would like it to appear as "SomeText: Some more Text". Does anyone know if this is possible?

I downloaded this library - https://github.com/fnagel/jquery-ui after reading this post Create a styled Dropdown like on jquery UI but it doesn't look like I can do partial bold of the tag? The examples seem to be all bold or none.

Community
  • 1
  • 1
Blake
  • 1,067
  • 14
  • 25
  • I didn't find a specific solution for this but decided to use the optgroup tag and that gives a similar look/feel. – Blake Jun 30 '14 at 21:36

1 Answers1

0

This is a bit late, But I just created this dropdown myself.

I have created a script and style to make a button open/show a list to create the illusion of a .

Download the nuGet: Dropdown-jn.

with Package Manager Console write:

PM> Install-Package Dropdown-jn -Version 1.0.1

Or search for it in the "Manage NuGet Packages".

Hope someone finds this useful. And dont forget to load the css and javascript else the "dropdown" looks really bad ;)

Norrj
  • 114
  • 6