Documentation for JavaScript Event Hanlders.
Posted
by The Rook
on Stack Overflow
See other posts from Stack Overflow
or by The Rook
Published on 2010-05-10T11:53:54Z
Indexed on
2010/05/10
12:04 UTC
Read the original article
Hit count: 182
JavaScript
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.
© Stack Overflow or respective owner