Skip to content Skip to sidebar Skip to footer

Javascript Alert Undefined Clicked

I'm using Responsive Image maps jQuery Plugin (https://github.com/stowball/jQuery-rwdImageMaps) And i'm trying to make when i click on image map that popup opens. In that idea i su

Solution 1:

Remove:

$('area').on('click', function() {
    alert($(this).attr('alt') + ' clicked');
});

Post a Comment for "Javascript Alert Undefined Clicked"