Template:Team:HokkaidoU Japan/About Us/JS

From 2014.igem.org

(Difference between revisions)
Line 59: Line 59:
$(function(){
$(function(){
-
     $('#osamu').hover(function(){
+
     $('.show').hover(function(){
-
         $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/d/df/HokkaidoU_Member_horiguchi_off.jpg', 'https://static.igem.org/mediawiki/2014/3/38/HokkaidoU_Member_horiguchi_on.jpg'));
+
         $(this).attr('src', $(this).attr('src').replace('_off', '_on.'));
           }, function(){
           }, function(){
             if (!$(this).hasClass('currentPage')) {
             if (!$(this).hasClass('currentPage')) {
-
             $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/3/38/HokkaidoU_Member_horiguchi_on.jpg', 'https://static.igem.org/mediawiki/2014/d/df/HokkaidoU_Member_horiguchi_off.jpg'));
+
             $(this).attr('src', $(this).attr('src').replace('_on', '_off'));
         }
         }
   });
   });

Revision as of 08:36, 9 October 2014