Jquery Mobile + JQuery - Google Maps problem.
Hi,
I am facing following problem.
I have an app using JQuery jquery-1.8.2 + Jquery Mobile 1.2. When I integrate Google Map the events fire twice.
i.e.
google.maps.event.addDomListener(window, 'load', initialize);
will fire the load event twice and thus initilize function.
You can reproduce this problem with a simple google map code as:
1. Include Jquery 1.8.2
2. Include Jquery Mobile 1.2
3. Write a small code for Google map and fire click event.
e.g.
google.maps.event.trigger(jlocs.locations[i].marker, 'click');
Please let me know if you need more info.
Thanks.