I would like to replace a generic search box with a multi select dropdown menu from which a user can select several items. I found http://dropdown-check-list.googlecode.com/svn/trunk/demo.html . Unfortunately, but with almost 30kb it is too large for my application. Could maybe anybody direct me to a lightversion?
If there is no other solution out there, I can settle with a normal drop-down menu. Do I have to work with the change event in order to submit the search item as soon as the user has selected the search item from the list? Thanks for your help!!