Template:Team:Groningen/Header

From 2010.igem.org

(Difference between revisions)
Line 44: Line 44:
$(this).find("span").show();  
$(this).find("span").show();  
} , function() { //on hover out...
} , function() { //on hover out...
-
$(this).css({ 'background' : 'none'});  
+
$.delay(400, function() { $(this).css({ 'background' : 'none'});  
-
$(this).find("span").delay(500).hide();  
+
$(this).find("span").hide();
 +
});
});
});

Revision as of 01:56, 27 October 2010