Adding Event Handling to JavaScript Classes
filed in Development on Jun.03, 2009
Download code
The next item I need to address is object events. I have a mechanism for attaching event handlers to DOM objects, so when the user clicks a button, or changes the value of a text box, or does some other interaction with a DOM element, the View can handle that event. But [...]