自动完成/自动建议郊区(尤其是澳大利亚)
当用户在文本框中键入内容时,是否有任何首选的 AJAX 自动建议 API 具有郊区列表(尤其是澳大利亚)的数据库?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这里找到了解决方案:
- http://www.geonames.org/export/ajax-postalcode-autocomplete. html
- http://www.geonames.org/export/free-geocoding.html
- http://www.geonames.org/postal-codes/
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/
首先阅读AJAX、JavaScript、XML 等...然后您可以查看(例如)jQuery 它是 自动完成插件。
Read about AJAX, JavaScript, XML etc. first... Then you can check out (for example) jQuery and it's Autocomplete plugin.