[jQuery] text() concatenation

[jQuery] text() concatenation


Is there optimal way to concatenate separate text nodes returned by
text() for several nodes using particular character/string?I'm
interested in some kind of text()/js string.join(",") combination,it
would be nice to have array of text node values instead of
preconcatenated ones from text() function.
Thanks.