views:

120

answers:

2

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 flexibility with styles
  • lightweight
+2  A: 

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
Juraj Blahunka
Don't really like using the title attribute for an image path. Would prefer defining that in an object literal when triggering the plugin.
alex
A: 

try jQtransform and jQuery nice forms. both are pretty good, easy to style and light weight

pixeltocode