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').hide('fast'); | + | $(ev).children('a > img').hide('fast',function(){ |
+ | $(ev).children('a > span').show('fast'); | ||
+ | }); | ||
}); | }); | ||
}); | }); |
Revision as of 23:08, 26 September 2012