jQuery-rwdImageMaps icon indicating copy to clipboard operation
jQuery-rwdImageMaps copied to clipboard

Uncaught TypeError

Open tiborp opened this issue 10 years ago • 1 comments

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?

tiborp avatar Dec 03 '14 13:12 tiborp

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 ;)

5ulo avatar Feb 02 '16 15:02 5ulo