I need to take table rows and convert to JSON.
Any ideas? I have this code here but it does not work.
function tableToJSON(tableID) { return $(t
try $("#"+tableID + " tr") instead.
$("#"+tableID + " tr")