[jQuery] Re: passing this reference to setTimeout()

2008-12-15 Thread ekallevig
Thanks! On Dec 15, 11:59 am, Mike Alsup wrote: > > I'm using jQuery.hover for a dropdown menu and I want to add a slight > > delay to mouseOut functions but I can't figure out how to pass the > > jQuery(this) reference into the setTimeout() function... can this be > > done? > > > jQuery('li.drop

[jQuery] Re: passing this reference to setTimeout()

2008-12-15 Thread Mike Alsup
> I'm using jQuery.hover for a dropdown menu and I want to add a slight > delay to mouseOut functions but I can't figure out how to pass the > jQuery(this) reference into the setTimeout() function... can this be > done? > > jQuery('li.drop').hover( >         function(){ >                 jQuery(th