The jQuery plugin that I referenced in the answer below has been replaced with the jQuery UI component .
I would definitely recommend an autocomplete approach. Something like this jQuery plugin would be a good start. You will need to change the code for processing commas as a trigger for a new autocomplete search.
As with all members, yup, the "All Members" checkbox seems the easiest. If you want, you can also include keyword triggers in your processing in the To field, so that words like "All" or "All" are equivalent to selecting a check box.
Edit: jQuery is one step ahead of me, and the autocomplete plugin already supports multiple entries :
$("#suggest3").autocomplete(cities, { multiple: true, mustMatch: true, autoFill: true });
Pat
source share