Agile Tortoise
Greg Pierce’s blog
« Independence day announcement RailsConf: Martin Fowler keynote »
Custom Events in Javascript
Seth has done some very cool work with custom events in JavaScript, and thoroughly documented it as well. A very clever solution to a problem not well handled by the current batch of browsers.
July 1st, 2006 at 1:01 pm
Thanks for the link, Greg.
The problem isn’t really just that the browsers don’t support it, it’s really that even the js libraries don’t seem to support it. That’s (I think) why Sam Stephenson (prototype.js) was interested in it.
Seth