[jQuery] HOWTO: Nested hover

[jQuery] HOWTO: Nested hover


Hi
I have a div with other divs nested inside it (these may have further
divs nested inside). I want to provide a hover effect when each is
hovered upon.
The trouble I have is that upon mouseout of a nested div - the hoveron
event of the surrounding div is not fired.
I could keep a list of divs and pop them on and off, but I wondered if
there was a better way.
Any ideas ?!
weepy