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

Reply via email to