Reputation: 67019
I am looking for a list of all JavaScript event handlers (such as onLoad, onSubmit ect...) and the corresponding html tags that they can be applied to. This is is the best document I have found so far, but I believe it is is incomplete. The W3 specs are even worse, all it says is "This attribute may be used with most elements."
. All browsers have their own quarks, if you know of a document for a specific browser like Firefox or IE that would also be helpful.
Upvotes: 0
Views: 85
Reputation: 122888
Try Quirksmode and Quirksmode event compatibility tables
Here's a nice tutorial too.
Upvotes: 2
Reputation: 179109
Take a look on quirksmode.org: http://quirksmode.org/dom/events/index.html
Upvotes: 2