How do I "find" in Jquery?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-05-14T19:11:46Z Indexed on 2010/05/14 19:14 UTC
Read the original article Hit count: 195

Filed under:
|
$("#start").find(divs where class=desc).show()

<div id="start">
<div class="desc" style="display:none;"></div>
</div>

How do I do that?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery