I’ve made an order form with 5 steps, on step 2 there is a Google Maps V2 to point the adress of sale.
Now i’ve added this code to the form: http://jsfiddle.net/davidoleary/cTDvd, but now Maps is not showing up anymore. But when i remove the jquery.min.js maps is working fine, but the code offcourse not.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
Does anyone now that there is a problem with Jquery and Maps, and of course a solution?
I don’t think there is a problem using JQuery and google maps:
http://jquery-ui-map.googlecode.com/svn/trunk/demos/jquery-google-maps-basic-example.html
As stated before; why using such an old JQuery library?
Looks like google maps api v2 will not work after may19 2013.
https://developers.google.com/maps/documentation/javascript/v2/
So if you’d like your page to work for longer than a couple of months I suggest using a newer version.