Team:Minnesota/Team Students

From 2012.igem.org

(Difference between revisions)
m
m
Line 50: Line 50:
$("#mainRightButton2").hover(
$("#mainRightButton2").hover(
     function() {
     function() {
-
       $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_gold_txt.png");
+
       keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
     },           
     },           
-
     function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/students_gold_img.png");}
+
     function() {$(this).attr("src",keeper);}
);
);
$("#mainRightButton3").hover(
$("#mainRightButton3").hover(
     function() {
     function() {
-
       $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_gold_txt.png");
+
       keeper=$(this).attr("src");
 +
      $(this).attr("src",keeper.replace("img","txt"));
     },           
     },           
-
     function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/mentorsprofessors_gold_img.png");}
+
     function() {$(this).attr("src",keeper);}
);
);

Revision as of 07:21, 3 October 2012

Team:Minnesota - Main Style Template Team:Minnesota

Like us on FB and follow us on Twitter!

Please mouse over each icon to learn about our team members!