Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

javascript remove the current tr with click

<!--Buuton inside any cell in the TR row -->
<input type="button" onClick="$(this).closest('tr').remove();">
 
PREVIOUS NEXT
Tagged: #javascript #remove #current #tr #click
ADD COMMENT
Topic
Name
6+7 =