SyntaxFix
Write A Post
Hire A Developer
Questions
You're right:
$('#myTableRow').remove();
This works fine if your row has an id, such as:
id
<tr id="myTableRow"><td>blah</td></tr>
If you don't have an id, you can use any of jQuery's plethora of selectors.