NewSignature / us-map

An interactive map of the United States using Raphaël
BSD 2-Clause "Simplified" License
279 stars 184 forks source link

Issue with IE and HREF #21

Open Bwade opened 11 years ago

Bwade commented 11 years ago

I am wanting to add an HREF to each state linking them to a page within my site. The below code works in FireFox and Chrome, but not in IE. Can anyone help?

clickState: { // Active Plan States 'OH': function(event, data) { $(location).attr('href','/indiana'); } }