Get Information from tag by other tag

Get Information from tag by other tag

Hello,

If I have this code:

  1. <div id="test"> <div id="something"> Hello </div> </div>
  2. <div id="test"> <div id="hey"> hi </div> </div>
  3. <div id="test"> <div id="wassup"> hmm </div> </div>
and by :
  1. $("#test")
I want to call the tags inside, the question is how can I do that?