Team:Trieste/outreach
From 2012.igem.org
(Difference between revisions)
(fix js) |
(fix js) |
||
Line 72: | Line 72: | ||
$('table.outreach td').mouseover(function(ev){ | $('table.outreach td').mouseover(function(ev){ | ||
$(ev.target).find('a > img').fadeOut('fast',function(){ | $(ev.target).find('a > img').fadeOut('fast',function(){ | ||
+ | //$(ev.target).find('a > span').show('fast'); | ||
+ | }); | ||
+ | }); | ||
+ | $('table.outreach td').mouseout(function(ev){ | ||
+ | $(ev.target).find('a > img').fadeIn('fast',function(){ | ||
//$(ev.target).find('a > span').show('fast'); | //$(ev.target).find('a > span').show('fast'); | ||
}); | }); |
Revision as of 23:34, 26 September 2012