<!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
Original issue reported on code.google.com by
rani.kus...@gmail.com
on 5 Mar 2015 at 7:17