HOWTO attach HTML DOM events to specific javascript objects
Sunday, June 3rd, 2007In order to create javascript objects which encapsulate all of their logic and create a direct bridge to the HTML DOM event model without helper functions, you can attach events using function closures which, when executed, are executed on a specific instance of an instantiated object. I touched on this same approach when discussing how […]
