This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Difference between revisions of "Event (JavaScript)"

From OdleWiki
(Created page with "Category:JavaScript A specific circumstance (such as an action performed by a user, or an action performed by the browser) that is monitored by JavaScript and that a scri...")
(No difference)

Revision as of 15:37, 4 February 2013


A specific circumstance (such as an action performed by a user, or an action performed by the browser) that is monitored by JavaScript and that a script can respond to in some way.

Events are associated with HTML elements.