I have this piece of html:
<div id="parent">
<div id="child></div>
</div>
and it looks graphically like this:
---------------------------
- -
- #parent -
- -
- ---------- -
- - - -
- - #Child - -
- - - -
- ---------- -
- -
---------------------------
How do I trigger an event in jQuery (roll over for example) that will work only when hovering on the #parent
but will not work when hovering on the #child