I'm working on one project and I need city checker in form.I have one form where user type country and city and I make drop down for country but for city it has to be long drop down so I decide to make "city validation checker".So when user type city form automatic check is city correct or incorrect.
Asked
Active
Viewed 1,211 times
0
-
My question is "how to make city validation in javascript or any other language (php,jquery)". – Aug 13 '12 at 10:17
1 Answers
0
I would suggest you to use some kind of searchable selectbox instead. There are tons of examples out there: http://harvesthq.github.com/chosen/

Samuel Hapak
- 6,950
- 3
- 35
- 58