John Resig schrieb: >> $().unload() - Removes load event handlers AND triggers unload event > > It actually doesn't do both, it just the last one that was created > (which, I think, is unload). The easiest way of fixing this would be > to rename stuff like 'click' to 'onclick' - that would remove all > namespace collisions. Back when jQuery was first released, all events > were mapped to 'onclick' - but I changed this so that backwards > support with Prototype would be easier. > > This would obviously be a big API change, no matter which way we > decide to spin it.
To save some trouble, couldn't the old functions be mapped to the new in a plugin for a smooth transition? -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
