Traversing to the last child element in a tree using jQuery selector

Posted by dr3w on Stack Overflow See other posts from Stack Overflow or by dr3w
Published on 2010-04-30T11:48:43Z Indexed on 2010/04/30 11:57 UTC
Read the original article Hit count: 347

Filed under:
|
<div id="myDIV">
 <div>
  <span>
    <a href="#">Seek me!</a>
  </span>
 </div>
</div>

How can I find a tag with myLink id using jQuery selector (not looping through children()) If I know only myDIV id

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about beginner