I've seen quite a few online and I thought I'd consult the Stack Overflow community for which they may have experience with and can make recommendations.
I basically am looking for a plugin that can replace a select element with
- custom dropdown that uses CSS (not tables)
- fair bit of fle开发者_高级运维xibility with styles
- lightweight
Personally I like jQuery Image ComboBox plugin
- it is easy to skin (provided
.css
file and no tables :) ) - lightweight, easy to inject images
- uses classic
<select />
and<option />
elements
try jQtransform and jQuery nice forms. both are pretty good, easy to style and light weight
精彩评论