Team:Trieste/outreach

From 2012.igem.org

(Difference between revisions)
(js)
(test)
Line 57: Line 57:
$(function(){
$(function(){
$('table.outreach td').mouseenter(function(ev){
$('table.outreach td').mouseenter(function(ev){
-
ev.children('img').stop().fadeOut(function(){
+
alert("works?");
-
ev.children('span').stop().fadeIn();
+
-
});
+
});
});
});
});

Revision as of 22:40, 26 September 2012

HTML Hit Counter