Adding DOM Event Handlers to the View
filed in Development on May.29, 2009
Download code
So, I have some functions that will add DOM elements to the page, allowing me to build a View. Now, to allow the user to interact with the View, I need to add event handlers to the DOM elements.
There are basically three ways of doing this, one for W3C-compliant browsers, one for Internet [...]