Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35377

Update DB Cell from tag

$
0
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?


Viewing all articles
Browse latest Browse all 35377