> 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.
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")
2 matches
Mail list logo