I want to implement City and State auto suggest in a form textbox. How do I do this?
Weather.com has a great example on this on their front page.
Questions:
- Where can I find a complete USA listing of city and state pairings? And is there an open API for this?
- Do any existing scripts/frameworks exists that already perform this auto-suggest task of city+state for textboxes?