[jQuery] [validate]check zip and return the city into another input?
Hello
I have two fields; zip and city, i validate zip with remote and it
checks against a list if the zip is valid, but i want it too:
check if the zip is valid
return true if it is valid AND return the city of the zip and paste it
in the city-input...
How to?
Of couse i have a databas/array/list with all zip and city's