Team:Minnesota/Team
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 70: | Line 70: | ||
//Team page specific | //Team page specific | ||
+ | |||
+ | $("#PSI1").hover( | ||
+ | function() { | ||
+ | //change opacity and size in future | ||
+ | $("#profileSelectorImg").attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/George_resized.png"); | ||
+ | $("#profileSelectorText").text("George!"); | ||
+ | }, | ||
+ | function() { | ||
+ | //$(this).attr("src","http://i1158.photobucket.com/albums/p607/iGEM_MN/welcome_gold_txt.png"); | ||
+ | } | ||
+ | ); | ||
+ | |||
+ | |||
+ | |||
$("#PSI2").hover( | $("#PSI2").hover( |
Revision as of 00:21, 27 August 2012