[jQuery] Re: converting an html table to json

2009-07-22 Thread noagbodjivictor
yes, that actually sounds simple. let me give a try. On Jul 22, 11:54 am, FrenchiInLA wrote: > is up to you how you would like to make your json format, but you can easily > loop between your table's row, and td then add the format you like. > something like: > var $table = $('#tableid'); > $('t

[jQuery] converting an html table to json

2009-07-22 Thread noagbodjivictor
hi, i'm new to jquery and i was wondering how i can use it to convert an html table into a json format. i found a lot of help for doing the reverse (json to html table) but couldn't get much help with this one. thanks a lot in advance.