row 1, cell 1 row 1, cell 2
row 2, cell 1
row 2, cell 2
row 3, cell 1 row 3, cell 2
$("input.oneButton").click(function(){ $("#level2").show(); $("#level2 td div").slideToggle("slow",function(){ $("#level2 td div:hidden").parents("tr").hide(); });