What are the Javascript events with different names in different browsers?
I know that the scroll event is different in gecko as DOM-MouseScroll instead of mousewheel, for example.
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.
If you’re looking for a reference table, here’s one that you may find helpful:
http://www.quirksmode.org/dom/events/index.html
I don’t know how current it is, but you should still get some good info.