DOM Events

From Documentation


A DOM event (Event) is the DOM-level event that is usually triggered by the browser. It is usually listened by the implementation of a widget, rather than the client application.

How to Listen and Unlisten

Technically, you could use jQuery (jq) to listen all DOM events.

Use domListen_ and domUnlisten_

Use jQuery

When to Listen and Unlisten

Version History

Last Update : 2010/12/20


Version Date Content
     



Last Update : 2010/12/20

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.