jQuery: Split <td> from <tr>

Posted by Poku on Stack Overflow See other posts from Stack Overflow or by Poku
Published on 2010-05-27T12:59:10Z Indexed on 2010/05/27 13:01 UTC
Read the original article Hit count: 178

Filed under:
|

Hey,

I have a string containing s and s. I want to split the data from the s into an array. So that this:

Test Hey Test2 Hey2

Becomes:

array[0] = { test, hey } array[1] = { test2, hey2 }

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery