> I think that should be filed as a bug. Calling end() too much should > degrade gracefully and not result in an error.
On-the-fly fixing is even faster. end() now looks like this: if( !(this.stack && this.stack.length) ) return this; return this.get( this.stack.pop() ); -- Jörn Zaefferer http://bassistance.de -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
