Team:Oxford

From 2014.igem.org

(Difference between revisions)
m (Removing the ready override for #x ~josefnpat)
m (Adding logging to debug ~josefnpat)
Line 271: Line 271:
$("#split").click(function(){
$("#split").click(function(){
   animateSplit();
   animateSplit();
 +
  console.log("Split");
});
});
$(document).ready(function(){
$(document).ready(function(){
   animateSplit();
   animateSplit();
 +
  console.log("Ready Split");
});
});
$("#x").click(function(){
$("#x").click(function(){
 +
  console.log("Click X");
   $("#right").animate({left:'50%'});
   $("#right").animate({left:'50%'});
   $("#left").animate({left:'38.1%'});
   $("#left").animate({left:'38.1%'});

Revision as of 21:39, 2 September 2014