Question - call tag by tag inside the tag

Question - call tag by tag inside the tag

Hello,

if i have this code:

<div id="newyork"> <div id="test"> Hello </div> </div>

And bye $("test") I want call to newyork, how can I do that?

somthing like $("test").getinsidetag();