views:

83

answers:

1

Where can i find a jquery customized select list, that works even on IE?

A: 

Check out "selectable" in jQueryUI: http://jqueryui.com/demos/selectable/

I think this is what you are after.

Because this is not a standard form-field/form-element, you will need to add some code to create hidden inputs (or CSS-hidden select lists) to update and send the form-data back with your form submission, but this would not be difficult

Graza