[jQuery] Autocompleter using a static dropdown
I have a dropdown of countries that has already been output to the
browser. All the autocompleter examples I have seen use ajax to look
up the input data and return a SQL like match.
How do I make an autocompleter by just using the available option tags?