Skip to content
grzegorzblaszczyk edited this page Dec 18, 2010 · 3 revisions

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/ by [email protected]. Unfortunately the changes I've made breaks the original plugin assumptions - like Search button i.e. So I've decided to release it in separate repository - but still be sure that most of the work is just ported from Chris's work.

Clone this wiki locally