Team:Minnesota/Notebook

From 2013.igem.org

(Difference between revisions)
Line 33: Line 33:
//main page image switcher - VERSION 2! Really cool haha...
//main page image switcher - VERSION 2! Really cool haha...
var keeper;
var keeper;
 +
 +
$("#mainRightButton1").hover(
 +
    function() {
 +
      $(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_gold_txt_zps6a94b6c8.png");},         
 +
    function() {$(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/insulin_maroon_img_zpsfc8c87cc.png");}
 +
);
$("#mainRightButton2").hover(
$("#mainRightButton2").hover(
Line 39: Line 45:
     function() {$(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_maroon_img_zps10b17630.png");}
     function() {$(this).attr("src","http://i791.photobucket.com/albums/yy194/GopheriGEM/pes_maroon_img_zps10b17630.png");}
);
);
 +
 +
$("#mainRightButton3").hover(
$("#mainRightButton3").hover(

Revision as of 01:05, 11 September 2013

Team:Minnesota - Main Style Template Team:Minnesota - Notebook

Like us on FB and follow us on Twitter!

Welcome to our Notebook page! Please use the buttons on the right to see in detail the exciting work our team has been doing this summer!