ipowerstudio / jquery-ui-map

Automatically exported from code.google.com/p/jquery-ui-map
0 stars 0 forks source link

Iam not able to run Google map method. #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
<!DOCTYPE html>
<html>

<head>
<script type="text/javascript" 
src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src= "js/jquery-min.js"></script>
<script src= "js/jquery-ui-map.js"></script>
</head>

<body>
<div id="map_canvas"></div>

</body>

</html>
<script>
$(document).ready(function(){

$('#map_canvas').gmap();
});
</script>

Can any one please let me what is the mistake in this.

Am getting undefined is not a function in jquery-ui-min.js

Original issue reported on code.google.com by rani.kus...@gmail.com on 5 Mar 2015 at 7:17