Brandon schrieb:
The jQuery.each works wonders.  It's also cleaner IMO.  Thanks, Jörn.
There are two cases where you'd wan to avoid using each: When you need to reference "this" without creating a closure and when you've got some real performance issues. Apart from that I use it all the time :-)

--
Jörn Zaefferer

http://bassistance.de

Reply via email to