Loren Pipes Fri, 13 Jul 2007 03:31:02 -0700
What you're most likely running into is TABLEs tend to contain a TBODY element which wraps the TRs. Try $("#table > tbody > tr:gt(0)").hide(); or something of that ilk.
VP