$(\'#buttonadd\').click(function(){ if ($counter < 10) { $counter++; $countonlyadd++; $(\
It appears you're appending a single TR to a div, which may be your problem. You should append it to the TBODY of a TABLE instead.