开发者

SelectBox replacement that allows html inside the options

开发者 https://www.devze.com 2023-04-05 16:57 出处:网络
I am looking for a select replacement that allows for good degree of customisation. In each option I want 2 fonts governed by CSS and structured by

I am looking for a select replacement that allows for good degree of customisation. In each option I want 2 fonts governed by CSS and structured by

<option><b>Option 1</b> options one</option>
开发者_运维技巧

Does anyone know a plugin that allows html styling like that.

Marvellous


You should try to plug that into the amazing jQuery "chosen" plugin:

http://harvesthq.github.com/chosen/


Don't know what your budget is, but Telerik's RadComboBox is very customizable. You can even embed TreeViews and DataGrids in the select list.

http://demos.telerik.com/aspnet-ajax/combobox/examples/overview/defaultcs.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消