DOM Events"
From Documentation
m |
|||
Line 7: | Line 7: | ||
= How to Listen and Unlisten = | = How to Listen and Unlisten = | ||
− | == | + | Technically, you could use jQuery (<javadoc directory="jsdoc">_global_.jq</javadoc>) to listen all DOM events. |
+ | |||
+ | ==Use domListen_ and domUnlisten_ == | ||
==Use jQuery== | ==Use jQuery== | ||
Revision as of 07:01, 20 December 2010
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
Version | Date | Content |
---|---|---|