tbl=$('table#data'); tbl.dataTable(); tag=tbl.find('.badData').parent('td').parent();
now that tag is a cell in the dataTable, how do I update the database the tag represents?
tbl=$('table#data'); tbl.dataTable(); tag=tbl.find('.badData').parent('td').parent();
now that tag is a cell in the dataTable, how do I update the database the tag represents?