jquery append to last tr in table code example Example: jquery append table row $('#someTableID tr:last').after('<tr><td>Some data here</td></tr>');