Thank you for your answer. Where do I append this extra string? I want to use the original function of the plugin as well – not modify the script for the specific purpose of clickable areas in image maps.
How do I get popups from the clickable areas in a image map?
E.g.: area shape=”rect” coords=”0,0,82,126″ href=”sun.htm” alt=”Sun”
I tried this: area shape=”rect” coords=”0,0,82,126″ href=”#” data-reveal-id=’text-13′ alt=”Sun”
but no popup so far. Any solutions??