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').hide('fast');
+
$(ev.target).find('a > span').stop().slideDown();
-
$(ev.target).find('a > span').show('fast');
+
}).mouseout(function(ev){
}).mouseout(function(ev){
-
$(ev.target).find('a > span').hide('fast');
+
$(ev.target).find('a > span').stop().slideUp();
-
$(ev.target).find('a > img').show('fast');
+
});
});
}
}

Revision as of 00:37, 27 September 2012

HTML Hit Counter