Thanks, Matt, but didn't work. Still send the event a lot of times. Is
there another way to use stopPropagation? or constrain this type of
event?
Guillermo
2006/11/16, Matt Stith <[EMAIL PROTECTED]>:
> Try this:
> $('#most_searched').mouseover(function(e){
> e.stopPropagation();
> $('#most_searched .wid_control').fadeIn('slow');
> });
>
>
> On 11/16/06, Guillermo Movia <[EMAIL PROTECTED]> wrote:
> >
> > Hi all, i need to use this function, because i had a div in which i
> > want to add a mouseover event. This works fine with
> >
> >
> $('#most_searched').mouseover(function(){$('#most_searched
> > .wid_control').fadeIn('slow');});
> >
> > But this div (#most_searched) has a lot of divs internally that make
> > the fade in occurs when i don't want. But i can't make stopPropagation
> > works for me here. Where i have to put this sentence to work?
> >
> > Thanks, and sorry for my english
> >
> > Guillermo
> >
> > _______________________________________________
> > jQuery mailing list
> > [email protected]
> > http://jquery.com/discuss/
> >
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/