Dave Methvin schrieb:
> String.concat is faster than "+". Firefox and Opera optimize the "+="
> operator, but most of the concatenation would be happening with "+" on the
> right side and generating lots of temp strings, unless you did this:

Hey Dave, cool, I didn't know of String.concat. Would be interesting to 
know, if it's faster then the method using an Array and join!?


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to