Traversing (can I make this more efficient?)

Traversing (can I make this more efficient?)

I've managed to traverse through the DOM and find the elements I want but I was just wondering if there is a more efficient way of writing the following

  1. $(this).parent().parent().children('.td-pos')

It does work as it stands. It's just more of a mater of interest as I'm quite new to jQuery

Thanks