stowball / jQuery-rwdImageMaps

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

Just need to make on change #92

Open Rob-McIntyre opened 9 years ago

Rob-McIntyre commented 9 years ago

Hi This script works perfectly for me except one cosmetic issue. When I click on one of the mapped areas the box opens which says "area label clicked". I have a popup which contains descriptive text and graphic which opens. I would like to turn off the default click indication and have it go straight to my pre defined pop up so the user does not need to click okay to get to the info. Here's the link to the page (using highslide for the pop ups) http://www.summitpacific.ca/about/campusmap.php Rob McIntyre Summit Pacific College

Rob-McIntyre commented 9 years ago

Hi Sorry - I found the solution: Just delete the alert string - alert($(this).attr('alt') + ' clicked') Rob McIntyre Summit Pacific College