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().fadeOut(function(){ | + | $(ev).children('img').stop().fadeOut(function(){ |
- | ev.children('span').stop().fadeIn(); | + | $(ev).children('span').stop().fadeIn(); |
}); | }); | ||
}); | }); |
Revision as of 22:55, 26 September 2012