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: 238
query
|JavaScript
When I add event handler to a some elements using query:
$('div').mouseover(function () {
});
how can I check inside this function next:
- Have this "DIV"child elements "DIV"?
- Have this "DIV" child element "DIV" whith height more than 300?
© Stack Overflow or respective owner