Re: [jQuery] delayed reaction

2009-12-26 Thread fran23
> http://cherne.net/brian/resources/jquery.hoverIntent.html that's exactly what I need ! thanks a lot !!! -- View this message in context: http://old.nabble.com/delayed-reaction-tp26926791s27240p26927350.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] delayed reaction

2009-12-26 Thread fran23
Hello I'm looking for a solution that I couldn't find (good enough) by myself, yet. First let me please exposure some code: delayed reaction $(function() { $("div").addClass("out"); $("div").hover( function() { $(this).removeClass("out")