Team:Minnesota/Notebook
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 46: | Line 46: | ||
function() { | function() { | ||
keeper = $(this).attr("src"); | keeper = $(this).attr("src"); | ||
- | $(this).attr("src", | + | var keeper2 = keeper.replace("img","txt"); |
+ | $(this).attr("src",keeper2); | ||
}, | }, | ||
function() {$(this).attr("src",keeper);} | function() {$(this).attr("src",keeper);} | ||
); | ); | ||
- | + | $("#mainRightButton3").hover( | |
+ | function() { | ||
+ | keeper = $(this).attr("src"); | ||
+ | var keeper2 = keeper.replace("img","txt"); | ||
+ | $(this).attr("src",keeper2); | ||
+ | }, | ||
+ | function() {$(this).attr("src",keeper);} | ||
+ | ); | ||
Revision as of 06:23, 2 October 2012
Like us on FB and follow us on Twitter!