-
Notifications
You must be signed in to change notification settings - Fork 3
geo location picker inspired by http://code.google.com/p/locationpicker/
liskiew/jquery-geolocation-picker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# jquery-geolocation-picker # usage <script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false'></script> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script> <script type='text/javascript' src='jquery.geolocationpicker.js'></script> <script type="text/javascript"> $(document).ready(function(){ $('input#geo').geoLocationPicker(); }); </script> see index.html source for more .... # disclaimer This jQuery plugin is totally inspired by http://code.google.com/p/locationpicker/ ([email protected]). Unfortuanatelly the changes I've made breaks the original plugin assumptions - like Search button i.e. So I've decided to release it in separete repository - but still be sure that most of work is just ported from Chris work.
About
geo location picker inspired by http://code.google.com/p/locationpicker/
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published