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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.