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

Multiple Image Maps

Open lynnl-casad opened this issue 11 years ago • 8 comments

Is there some way to make multiple image maps on one page work?

lynnl-casad avatar May 01 '14 17:05 lynnl-casad

I would also be interested in knowing the answer to this.

DuckDivers avatar Jun 18 '14 18:06 DuckDivers

was there a resolution for this??

daniel152 avatar Aug 03 '15 16:08 daniel152

Also interesting in solution...

nosov33 avatar Aug 12 '15 08:08 nosov33

anyone get an answer to this issue? Thanks!

TOONZER avatar Jan 18 '17 20:01 TOONZER

What "doesn't work" with them?

stowball avatar Jan 18 '17 21:01 stowball

I cannot use multiple image maps on a single page.. the maps on the 2nd instance don't appear over image and therefore are not clickable.

jwhawkes avatar Apr 27 '17 17:04 jwhawkes

Anyone has figured this out? How to make it work for multiple images in a single page?

yrdigital avatar Dec 18 '18 20:12 yrdigital

make it so that you add class to your img tag that has different usemap name For ex. my first one <img class="contact-background-image" src="" usemap="#image-map" my second one <img class="d3-image-default" src="" usemap="#d3-image-map"

and for the first tag, I use jQuery('.contact-background-image').rwdImageMaps(); and for the second tag, I use jQuery('.d3-image-default').rwdImageMaps();

andlandl avatar Jul 16 '19 17:07 andlandl