Team:UCLA/Aal/javascripttemplate

From 2014.igem.org

(Difference between revisions)
Line 19: Line 19:
       });
       });
});
});
-
 
-
/*jQuery(document).ready(function($){
 
-
      $('.spiderbutton').mouseover(function(){
 
-
$('.spiderbutton').animate({ height: '+=10%', width: "+=10%"}, 80);
 
-
      });
 
-
$('.spiderbutton').mouseout(function(){
 
-
$('.spiderbutton').animate({ height: '-=10%', width: "-=10%"}, 80);
 
-
      });
 
-
});*/
 
-
 
</script>
</script>
</html>
</html>

Revision as of 00:14, 6 September 2014