Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A small javascript library for cross platform mouse handling?

Is there a library that gives me a stable API upon which to handle mouse input for Javascript? All I wan't is mouse handling, but if tjere is a great library that doesn't affect other things too much thats also ok.

like image 607
Robert Gould Avatar asked Nov 14 '22 15:11

Robert Gould


1 Answers

"Mouse handling" seems a bit vague, but here's a couple of plugins to the jQuery library that might interest you:

  • hoverIntent
  • right-click plugin
  • mousewheel
  • mouse-capture
like image 184
karim79 Avatar answered Dec 15 '22 08:12

karim79