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.target).find('a > img').hide('fast',function(){
+
$(ev.target).find('a > img').fadeOut('fast',function(){
//$(ev.target).find('a > span').show('fast');
//$(ev.target).find('a > span').show('fast');
});
});

Revision as of 23:32, 26 September 2012

HTML Hit Counter