I tried to detect which mouse button -if any- is the user pressing during a mousemove event under jQuery, but I\'m getting ambiguous results:
no button press
jQuery normalizes the which value so it will work across all browsers. I bet if you run your script you will find different e.button values.