Get Information from tag by other tag
Hello,
If I have this code:
- <div id="test"> <div id="something"> Hello </div> </div>
- <div id="test"> <div id="hey"> hi </div> </div>
- <div id="test"> <div id="wassup"> hmm </div> </div>
and by :
- $("#test")
I want to call the tags inside, the question is how can I do that?