script.aculo.us Design Patterns
Tuesday, September 27th, 2005It probably needs a name. It works.
I didn’t think it would work at first. It appeared to want to create a parallel object model to the DOM, but now I see that it is about creating controllers.
Last I programmed in JavaScript, I’d used event bubbling extensively. Often I’d attach an event handler to a document […]