Copyright (c) 2011. Licensed under the MIT license.
A jQuery plugin that autocompletes locations based on the user input and returns said location's coordinates.
$('#input').lbGMapLocation()
- it works with an input[type=text]
- a hidden field should be added, named as the input field with "-coordinates" appended
- if the hidden field is not present it will automagically be added