JQuery, Selecting every img in the n'th div with a specific class

Posted by Mohammad on Stack Overflow See other posts from Stack Overflow or by Mohammad
Published on 2010-05-28T10:58:18Z Indexed on 2010/05/28 11:02 UTC
Read the original article Hit count: 220

Filed under:
|

Something like

$('.mydiv' :eq(n) 'img')

but yeah that is a terrible way of writing it ah, help?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-selectors