In jQuery, using the "find' function, what does this expression mean: $(".divName").find('> div')

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-05-15T07:55:46Z Indexed on 2010/05/15 8:04 UTC
Read the original article Hit count: 516

Filed under:
|

I understand the "find" function, I'm just not familiar with what '> div' means. Can anyone help?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about find