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/

Reply via email to