javascript - Removing Mouseovers -


i'm not programmer, know enough by. once in our group made bookmarklet remove mouseovers app use. broke , can't it. looked page want remove mouseovers , found:

// disable mouseovers - msie doesn't behave when trigger mouseover before page loaded var olgateok=0; // enable mouseovers once page has loaded event.observe(window, 'load', function() { olgateok=1; }); 

i believe can use eventblock or prevent, i'm not sure. on top of i'm not sure on how refresh page via bookmarklet or if happens.

i'm guessing simple thing prevent mouseovers, don't know enough figure out...any great.

edit: sadly website behind firewall can not to. looked , don't think can "code" vendor of app not share. thank looking @ it. i'm going have dig in more , trial , error it...

you should use removeeventlistener method - see the mdn documentation


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -