Google App Engine/Simple HTML, how to write input boxes with google autocomplete
Posted
by Calm Storm
on Stack Overflow
See other posts from Stack Overflow
or by Calm Storm
Published on 2010-03-19T14:59:59Z
Indexed on
2010/03/19
15:01 UTC
Read the original article
Hit count: 185
I am writing a GAE application and I would like to have an input box with google auto-suggest. Specifically, when a user types "Shawshank" I would like to see google's suggestions in my drop down.
Can someone tell me what are the different ways of doing this? I understand I may have to use some javascript libraries so any code samples etc will help immensely. (Pure javascript/jquery kinda solutions will be more preferable)
© Stack Overflow or respective owner