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