Team:Minnesota/Notebook
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 32: | Line 32: | ||
//main page image switcher | //main page image switcher | ||
+ | var keeper; | ||
$("#mainRightButton1").hover( | $("#mainRightButton1").hover( | ||
function() { | function() { | ||
+ | keeper = $(this).attr("src"); | ||
$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_maroon_txt.png"); | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_maroon_txt.png"); | ||
- | |||
- | |||
}, | }, | ||
- | function() {$(this).attr("src", | + | function() {$(this).attr("src",keeper);} |
); | ); | ||
- | + | $("#mainRightButton1").hover( | |
+ | function() { | ||
+ | $(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_maroon_txt.png"); | ||
+ | }, | ||
+ | function() {$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png");} | ||
+ | ); | ||
Revision as of 06:17, 2 October 2012
Like us on FB and follow us on Twitter!