Using JQuery to Narrow Down Result Set with Text Search
Hey All,
I'm looking to use JQuery to setup something like this:
(Textbox input via search)
(Multi-select select/option box here with results already populated)
There are a large number of results already in the multi-select box and I'd like to narrow them down on the fly by text input into the "search" field. What would be the most efficient way to do this?
Any suggestions would be appreciated.
Thanks.