Beginner looking for help with selector

Beginner looking for help with selector

Hi,
I have a row of a table stored as a variable tr.
How can I select something related to this, for example the first cell in the row?


$(tr+'td:first');

I've tried stuff like this but not had any luck so far.

Any advice would be appreciated.

Thanks.