JQuery mouse event issue -


i use jquery 1.9.1, , want bind mousewheel event, cant judge mouse or mouse down.

event search information google, shows

$(document).bind('mousewheel', function(event, delta){     console.log(event);     console.log(delta);     return false; }); 

but not work in chrome browser, me solve problem. thanks.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -