i am using google map with jquery mobile .
i want to get user current location in google map...
in default page (Default page) there are links in footer...
in default page in footer when i click location it works it goes to location page gives user location...
but in default page in footer when i click another link such as map and then i click location
$('#map_canvas').gmap().bind('init'
does not triggered...the page loads but map does not load .it goes to page in browser and
$(document).ready(function () {
works but $('#map_canvas').gmap().bind('init'
not works