try this: $("#table tr:not(:first)").hide();
--John On 7/12/07, CommanderZ <[EMAIL PROTECTED]> wrote:
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