Google maps update jquery mobile problems -
i want use latest version of jquery mobile , have problems because google maps doesn't works now...
with version 1.0a2 google maps works fine version 1.3.1 have blank page !
in html code, use div id="map" : div id="map" style="width: 100%; height: 78%;"
the header :
newest code :
link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
script src="http://code.jquery.com/jquery-1.9.1.min.js">
script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js">
older code :
link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.css" />
script src="http://code.jquery.com/jquery-1.4.4.min.js">
script src="http://code.jquery.com/mobile/1.0a2/jquery.mobile-1.0a2.min.js">
does can tell me problem ?
thank you.
you can try downloading jquery file , give him static link, use link https://developers.google.com/maps/documentation/staticmaps/ generate google map code use within div , other information regarding google maps. can'nt find problem 1 above. working fine used it.
Comments
Post a Comment