Mike Alsup schrieb: > Seems to be faster rewriting it with a for loop instead of using each. > Matt, can you confirm? > > Mike
Believe it or not, make it a reverse for loop, it is even faster:
for (var k = options.length - 1; k >= 0; k--) {
}
Cheers, Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
