SyntaxFix
Write A Post
Hire A Developer
Questions
You should append to the table and not the rows.
<script type="text/javascript"> $('a').click(function() { $('#myTable').append('<tr class="child"><td>blahblah<\/td></tr>'); }); </script>