Published
- 1 min read
remove parent tr jquery
The solution for this is noted below
remove parent tr jquery
Solution
$(this).closest('tr').remove()
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
$(this).closest('tr').remove()
Try other methods by searching on the site. That is if this doesn’t work