Team:UCL E/js

From 2013.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
$(document).ready(function(){
$(document).ready(function(){
-
 
-
$("a").hover(function(){
 
-
      $(this).animate({color:'#73B9FF'},500);
 
-
    },function() {
 
-
      $(this).animate({color:'#000'},500);
 
-
    });
 
-
 
});
});

Latest revision as of 11:33, 20 July 2013

$(document).ready(function(){

});