On Nov 23, 11:38 am, Llaurick <[EMAIL PROTECTED]> wrote:
> I would like to know if there is a function (or any other way)  in
> JQuery (or a plugin) that would allow to create a concatenation of a
> collection of String. What I would like is to take a list or array of
> strings (text) and create something like a comma separated value
> string with it.
>

array.join(',');

- Jonathan

Reply via email to