Hello, I want to hide all table's rows except the first one. I made this: $("#table").children().not("tr:first").hide();
And it doesn't hide anything. Thanks for help
Hello, I want to hide all table's rows except the first one. I made this: $("#table").children().not("tr:first").hide();
And it doesn't hide anything. Thanks for help