/goMap

jQuery plugin for google maps api v3

Primary LanguageJavaScript

jQuery $.goMap plugin

jQuery $.goMap plugin helps you add google maps to you web site. This plugin use javascript google maps api v3.

Sample

HTML

<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>  
<script type="text/javascript" src="js/jquery.gomap-1.3.2.min.js"></script> 

<style> 
#map { 
    width:700px; 
    height:400px; 
} 
</style> 

javascript

$(function() { 
    $("#map").goMap(); 
});

Supported Browsers

  • Internet Explorer 7, and 8+
  • Safari
  • Google Chrome
  • Opera
  • Firefox

Demos and Documentations

Authors

Originaly developed by pittss (Jevgenijs Shtrauss). www.pittss.lv