Team:Imperial College London/The Team

From 2010.igem.org

(Difference between revisions)
Line 34: Line 34:
   $("#teamnam").append(nam[1]);
   $("#teamnam").append(nam[1]);
   $("#teamful").append(des[1]);
   $("#teamful").append(des[1]);
 +
  });
 +
  $("#face2").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[2]);
 +
  $("#teamful").append(des[2]);
 +
  });
 +
  $("#face3").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[3]);
 +
  $("#teamful").append(des[3]);
 +
  });
 +
  $("#face4").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[4]);
 +
  $("#teamful").append(des[4]);
 +
  });
 +
  $("#face5").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[5]);
 +
  $("#teamful").append(des[5]);
 +
  });
 +
  $("#face6").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[6]);
 +
  $("#teamful").append(des[6]);
 +
  });
 +
  $("#face7").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[7]);
 +
  $("#teamful").append(des[7]);
 +
  });
 +
  $("#face8").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[8]);
 +
  $("#teamful").append(des[8]);
 +
  });
 +
  $("#face9").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[9]);
 +
  $("#teamful").append(des[9]);
 +
  });
 +
  $("#face10").mouseover(function() {
 +
  $("#teamnam").empty();
 +
  $("#teamful").empty();
 +
  $("#teamnam").append(nam[10]);
 +
  $("#teamful").append(des[10]);
   });
   });

Revision as of 12:19, 23 October 2010

Students
Description
Mouse over our faces to find out more...