Team:Trieste/outreach
From 2012.igem.org
(Difference between revisions)
(fix js) |
(fix js) |
||
Line 71: | Line 71: | ||
$(function(){ | $(function(){ | ||
if (first === false ){ | if (first === false ){ | ||
- | $('table.outreach > tbody > tr > td').mouseover(function(ev){ | + | $('table.outreach > tbody > tr > td > a > img').mouseover(function(ev){ |
- | $(ev.target). | + | $(ev.target).parent().children('span').slideDown('slow'); |
}).mouseout(function(ev){ | }).mouseout(function(ev){ | ||
- | $(ev.target). | + | $(ev.target).parent().children('span').slideUp('slow'); |
}); | }); | ||
} | } |
Revision as of 00:40, 27 September 2012