Hi guys, I found a bug in 1.0.4;
It has to do with this line: var c = this.events[event.type]; In the "handle" function. The error occurs after cliking an ASP button which reloads the page. Unfortunately, i can't give a test page since it is a closed project. All i can say is that it gives an error stating: "this.events has no properties" Maybe this one can be solved by adding this check? if (!this.events) return; However, i can't connect to SVN from here, so can someone pick this up? Thanx Gilles _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
