Is there any jQuery (or standalone) plugin that would allow be to build an Interactive US map just like this: http://bit.ly/9PSiDB
Many thanks
Is there any jQuery (or standalone) plugin that would allow be to build an Interactive US map just like this: http://bit.ly/9PSiDB
Many thanks
Not a jQuery plugin, but OpenLayers offers a lot of options for making interactive maps in JavaScript, including popups, mouseover effects, and clicking on map features. You can check out the examples page to get an idea of the sorts of maps you can make.
There's also some effort to integrate it with jQuery: http://github.com/iwillig/gQuery
There is a Dojo extension planned for the 1.5 release with a US Map as an example