Auto-complete / Auto-suggest for suburb (esp. Australia)

落花浮王杯 提交于 2019-12-11 18:46:30

问题


Is there any preferred AJAX auto-suggest API out there which has a database of a list of suburbs (esp. Australia) as the user types into the textbox?


回答1:


Found the solution here:
- http://www.geonames.org/export/ajax-postalcode-autocomplete.html
- http://www.geonames.org/export/free-geocoding.html
- http://www.geonames.org/postal-codes/




回答2:


Read about AJAX, JavaScript, XML etc. first... Then you can check out (for example) jQuery and it's Autocomplete plugin.



来源:https://stackoverflow.com/questions/4172355/auto-complete-auto-suggest-for-suburb-esp-australia

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!