Jquery child elements
- by Anton
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?