Jquery autosuggest google maps - Load on selection

Posted by user1738522 on Stack Overflow See other posts from Stack Overflow or by user1738522
Published on 2012-10-14T15:30:37Z Indexed on 2012/10/14 15:37 UTC
Read the original article Hit count: 182

At the moment, the Google map code works like this:

When you start typing in the input box it loads a list of suggestions. Then when you click on one of these options from the list, it puts it into the input box. However, THEN you still have to click find to load up the result.

I want to have it so when you click on an option from the autosuggest list, it automatically loads the result, without having to click "find" afterwards.

This is the code I am working with. I hope I explained this question correctly.

http://jsfiddle.net/BxG9H/

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about google-maps