jquery - Imagemapster: Cancel hover effect if area is selected? -


i using imagemapster add effects image map, awesome if cancel hover effect areas selected, possible?

edit: referring http://www.outsharked.com/imagemapster/

okay, managed obtain effect talking about.

first used in main .mapster() options:

    onmouseover: function(data) {         if ( data['selected'] !== true ) {             $('#bgartisti').mapster('highlight', data['key']);                       }     }, 

and didn't work, because if set highlight : false disables them completely, opposed isselectable ( in comment added question ). commented hover manage manually. did commenting statement @ line 2725 in jquery.imagemapster.js


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -