autofilling location search box
I'm learning web design using django as a starting point. I would like a search box with a drop down auto completing location e.g as开发者_运维问答 here.
Can I use a Google API for this?
Here is the main plugin you want:
jqueryui
See the source code section for how to implement.
This google code addon to the above also looks helpful:
django-ajax-selects
It uses django 1.0 or greater and jquery 1.26 or greater.
精彩评论