Update DB Cell from tag

Update DB Cell from tag

SvenHeinickeSvenHeinicke Posts: 1Questions: 1Answers: 0
edited July 2014 in Free community support
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?

This discussion has been closed.