user3804598
0
Q:

javascript remove the current tr with click

<!--Buuton inside any cell in the TR row -->
<input type="button" onClick="$(this).closest('tr').remove();">
0
//JQuery:
$(this).closest('tr').remove();
0

New to Communities?

Join the community