Template:Team:Groningen/Header

From 2010.igem.org

(Difference between revisions)
Line 45: Line 45:
} , function() {  
} , function() {  
$(this).css({ 'background' : 'none'}); //on hover out...
$(this).css({ 'background' : 'none'}); //on hover out...
-
$.delay(10, function() {
+
$(this).find("span").delay(200).queue(function() { $(this).hide(); });
-
$(this).find("span").hide();  
+
-
});
+
});
});

Revision as of 02:00, 27 October 2010