Jquery child elements

Posted by Anton on Stack Overflow See other posts from Stack Overflow or by Anton
Published on 2010-03-14T15:40:18Z Indexed on 2010/03/14 15:45 UTC
Read the original article Hit count: 223

Filed under:
|

When I add event handler to a some elements using query:

$('div').mouseover(function () {

                                    });

how can I check inside this function next:

  1. Have this "DIV"child elements "DIV"?
  2. Have this "DIV" child element "DIV" whith height more than 300?

© Stack Overflow or respective owner

Related posts about query

Related posts about JavaScript