add table row jQuery

JavaScript
$('#myTable tr:last').after('<tr>...</tr>');
Source

Also in JavaScript: