Solution can use jQuery or be plain JavaScript.
I want to remove a table row after user has clicked the corresponding button contained in the table row cell so for e
Following solution is working fine.
HTML:
JQuery:
function SomeDeleteRowFunction(btndel) { if (typeof(btndel) == "object") { $(btndel).closest("tr").remove(); } else { return false; } }
I have done bins on http://codebins.com/bin/4ldqpa9