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