Team:Oxford

From 2014.igem.org

(Difference between revisions)
Line 243: Line 243:
   $("#arrowr").click(function(){
   $("#arrowr").click(function(){
     $("#grey").animate({right:'-13%'}, "fast");
     $("#grey").animate({right:'-13%'}, "fast");
 +
  });
 +
});
 +
$(document).ready(function(){
 +
  $("#arrowl").click(function(){
 +
    $("#grey").animate({right'-9%'}, "fast");
   });
   });
});
});

Revision as of 00:58, 2 September 2014