How would I go about developing cross-browser event triggering for mouse buttons (left, middle and right) in plain-vanalla JavaScript?
How would I go about developing cross-browser event triggering for mouse buttons (left, middle
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It would be strongly recommended you use a Javascript Library for this purpose.
Most popular being JQuery (recommended)
For additional libraries you can view the following what-is-the-best-lightweight-javascript-framework
Do you have a valid reason for not using any libraries…?
Regards
Gordon