1
In my projects I prefer use lists of checkboxes above select multiple. So, I extends XoopsFormCheckBox class to render this approach:
http://www.1stwebdesigns.com/blog/development/multiple-select-with-checkboxes-and-jqueryBut I was looking for additional improvements to the very long (filtering, autocomplete, etc.) list of options lately.
I have found some interesting jquery widgets.
http://loudev.com/http://quasipartikel.at/multiselect/http://harvesthq.github.com/chosen/Pros:
- at first glance you can see what options are selected (there is no need to scroll through a long list to find out that two or three options have been selected)
- replacement for the standard