<!-- Example Map Above -->
<script src="js/jquery.vmap.js"></script>
<script src="js/jquery.vmap.usa.js"></script>
<script>
jQuery('#vmap').vectorMap({
map: 'usa_en',
backgroundColor: null,
color: '#ffffff',
enableZoom: true,
showTooltip: true,
selectedColor: null,
hoverColor: null,
colors: {
mo: '#2980b9',
fl: '#27ae60',
or: '#8e44ad'
},
onRegionClick: function(event, code, region){
event.preventDefault();
}
});
</script>
<div id="vmap" style="width: 600px; height: 400px;"></div>
After searching the web for an easy-to-use, JQVmap created a clickable US map so that anybody can build a tool or application around this interactive map of the U.S. states.
Interactive US Map