[jQuery] parent child select

[jQuery] parent child select


Hi,
I tried to select all td in the same row from a td, so I tried,
$(id).parent(" > td")
it does not work. How I can do it?