stowball / jQuery-rwdImageMaps

Responsive Image Maps jQuery Plugin
http://mattstow.com
MIT License
1.56k stars 709 forks source link

Uncaught TypeError #85

Open tiborp opened 10 years ago

tiborp commented 10 years ago

It seems to work as expected (nice!), except I'm gettting an Uncaught TypeError: "Cannot read property 'split' of undefined" (for each image map I add).

Any suggestions on where these would come from?

5ulo commented 8 years ago

I've got the same error. The reason was I had empty area without coords at the end of all areas.. like this <area alt="" nohref="nohref" shape="default" /> Be aware of that ;)