Friday, October 30, 2009

[jQuery] Re: How to Select element with class, but EXCLUDE its children?

On Oct 30, 9:30 am, jmatthews <jmatth...@xexam.net> wrote:
> When I mouseover a child, it is thinking it is just the contents of
> parent.  I need to restrict mouseover to children only, regardless of
> the fact that they are encapsulated by parent.

You might want to look at the mouseenter and mouseleave events.

http://docs.jquery.com/Events/mouseenter

-- Scott

No comments: