sgruhier / jquery-addresspicker

JQuery UI widget : address autocomplete field by google maps V3 geocoding service
xilinus.com/jquery-addresspicker/demos/index.html
592 stars 221 forks source link

Added callback option #25

Closed rsbrown closed 11 years ago

rsbrown commented 11 years ago

Hi, I added a callback option that gets invoked when an address is picked. As an example use case, I needed this functionality to trigger an ajax call to populate a list of neighborhoods from the server when a new locality is selected.