Skip to content

appel/goMap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

jQuery plugin for google maps api v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%