Team:Sevilla/template1

From 2011.igem.org

(Difference between revisions)
Line 15: Line 15:
$(function(){
$(function(){
   $("#h").mouseenter(function(){
   $("#h").mouseenter(function(){
-
  $("#i").attr("src","http://dl.dropbox.com/u/4492644/cableActivo.gif");
+
    $("#i").attr("src","http://dl.dropbox.com/u/4492644/cableActivo.gif");
 +
  }).mouseleave(function(){
 +
    $("#i").attr("src","http://dl.dropbox.com/u/4492644/cable.gif");
   });
   });
});
});

Revision as of 11:45, 19 June 2011