Iterate through html table using jQuery, converting the data in the table into JSON

Posted by rama-m on Stack Overflow See other posts from Stack Overflow or by rama-m
Published on 2009-12-09T08:52:18Z Indexed on 2010/06/05 21:52 UTC
Read the original article Hit count: 119

Filed under:

I came across a case where I have to convert html table data into json. In this process I have to iterate through table and convert one by one(row) into array and then convert the whole array into json? Need help in iterating through table(each ow and column)?

© Stack Overflow or respective owner

Related posts about jQuery