[jQuery] Using hide method

[jQuery] Using hide method

Hello there!
I'm trying to hide the first row with
> $('tbody tr').eq(0).hide('slow')
But this code throws an error (eq function doesn't exist).
> $('tbody tr').get(0).hide('slow')
Does not work either.
How do I use "eq" with "hide" method?
--
Nando Vieira
bloggin' @ http://simplesideias.com.br
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/