Update DB Cell from tag
Update DB Cell from tag
SvenHeinicke
Posts: 1Questions: 1Answers: 0
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.