Team:Trieste/outreach
From 2012.igem.org
(Difference between revisions)
(fix js) |
(fix js) |
||
Line 71: | Line 71: | ||
$(function(){ | $(function(){ | ||
$('table.outreach td').mouseover(function(ev){ | $('table.outreach td').mouseover(function(ev){ | ||
- | $(ev).children('img').stop(). | + | $(ev).children('img').stop().hide('fast',function(){ |
- | $(ev).children('span').stop(). | + | $(ev).children('span').stop().show('fast'); |
}); | }); | ||
}); | }); |
Revision as of 23:01, 26 September 2012