Jquery Simple Map
Quick Links
Visit the jQuery simple maps project hub, which has a demonstration and download for this plugin on JS Plugins JavaScript Plugin Library.
Description
The jQuery Simple Map project is a plugin for the jQuery JavaScript Framework, which simplifies the use of the Google Charts JavaScript API v3.
If you find my open source projects and jQuery plugins useful,
please consider making a donation!
Requirements
CSS
/* Optional styles */
#map {
width: 600px;
height: 400px;
}
JavaScript
$("#map").simplemap({
classModifier: "simplemaps",
addressList: ["Windsor Castle"],
zoom: 15
});
You Are Here: Home » JavaScript » Simple Map