Help selecting next table rows div

Help selecting next table rows div

Hi guys i was wondering if someone could help me!

I have a table and when you click a row i'm trying to select the div inside the next tr
I can get hold of the next tr using $(this).next() but i can't get the div!
I tried $(this).next("div") but that didn't seem to work

Cheers for any help
Dom