Team:Trieste/outreach
From 2012.igem.org
(Difference between revisions)
(fix js) |
(fix js) |
||
Line 72: | Line 72: | ||
if (first === false ){ | if (first === false ){ | ||
$('table.outreach > tbody > tr > td').mouseover(function(ev){ | $('table.outreach > tbody > tr > td').mouseover(function(ev){ | ||
- | $(ev.target).find('a > img'). | + | $(ev.target).find('a > img').hide('fast'); |
- | $(ev.target).find('a > span'). | + | $(ev.target).find('a > span').show('fast'); |
}).mouseout(function(ev){ | }).mouseout(function(ev){ | ||
- | $(ev.target).find('a > span'). | + | $(ev.target).find('a > span').hide('fast'); |
- | $(ev.target).find('a > img'). | + | $(ev.target).find('a > img').show('fast'); |
}); | }); | ||
} | } |
Revision as of 00:36, 27 September 2012