views:

84

answers:

3
+1  Q: 

Interactive US Map

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

+1  A: 

I don't know if it's suitable for you, but it sure looks cool.

http://raphaeljs.com/australia.html

chris
The Javascript in that is pretty simple. If you disregard the neverending coordinates. You can find these already done for you.
Lazlo
A: 

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

David Winslow
A: 

There is a Dojo extension planned for the 1.5 release with a US Map as an example

http://bugs.dojotoolkit.org/ticket/10647

peller