Template:Team:HokkaidoU Japan/About Us/JS

From 2014.igem.org

(Difference between revisions)
 
(33 intermediate revisions not shown)
Line 12: Line 12:
$(".show").hover(function(){
$(".show").hover(function(){
     var number =$(".show").index(this);
     var number =$(".show").index(this);
-
     $(".overlay").eq(number).show(500);
+
     $(".overlay").eq(number).stop().show(500);
-
    $(this).queue([]);      // queueを空にする
+
-
    $(this).stop(true,true);         // アニメーション停止
+
   }, function() {
   }, function() {
     var number =$(".show").index(this);
     var number =$(".show").index(this);
-
   $(".overlay").eq(number).hide(500);
+
   $(".overlay").eq(number).stop().hide(500);
-
    $(this).queue([]);      // queueを空にする
+
-
    $(this).stop(true,true);         // アニメーション停止
+
   });
   });
Line 27: Line 23:
});
});
-
//一行目
+
/*
$(".show").slice(2, 8).hover(function(){
$(".show").slice(2, 8).hover(function(){
-
     $("#tori,#mami,#tamaro,#sanbon,#saitoh,#liu").animate({"top": "200px"}, 500);
+
     $("#tori,#mami,#tamaro,#sanbon,#saitoh,#liu").stop().animate({"top": "200px"}, 500);
     if( $(".member-list ul li").slice(8,14).css("top")=="200px") {
     if( $(".member-list ul li").slice(8,14).css("top")=="200px") {
     $("#shehata").animate({"top": "400px"}, 500);
     $("#shehata").animate({"top": "400px"}, 500);
-
     } else {$("#shehata").animate({"top": "200px"}, 500);
+
     } else {$("#shehata").stop().animate({"top": "200px"}, 500);
};
};
-
     $("#special-thanks,#itoh,#kawahata").animate({"top":"200px"},500);
+
     $("#special-thanks,#itoh,#kawahata").stop(true,true).animate({"top":"200px"},500);
},function(){
},function(){
         if( $("#tori,#mami,#tamaro,#sanbon,#saitoh,#liu").css("top")=="200px"){
         if( $("#tori,#mami,#tamaro,#sanbon,#saitoh,#liu").css("top")=="200px"){
-
         $(".member-list ul li").slice(8,15).animate({"top":"0px"},500);
+
         $(".member-list ul li").slice(8,15).stop().animate({"top":"0px"},500);
-
         $("#shehata").animate({"top":"0px"},500);
+
         $("#shehata").stop().animate({"top":"0px"},500);
         };
         };
-
     $("#special-thanks,#itoh,#kawahata").animate({"top":"-=200px"},500);
+
     $("#special-thanks,#itoh,#kawahata").stop(true,true).animate({"top":"-=200px"},500);
});
});
-
//二行目
 
$(".show").slice(8, 14).hover(function(){
$(".show").slice(8, 14).hover(function(){
-
     $("#shehata").animate({"top": "200px"}, 500);
+
     $("#shehata").stop().animate({"top": "200px"}, 500);
     if( $("#tori").css("top")=="200px") {
     if( $("#tori").css("top")=="200px") {
-
     $("#shehata").animate({"top": "400px"}, 500);
+
     $("#shehata").stop().animate({"top": "400px"}, 500);
};
};
-
    $(this).queue([]);
+
     $("#special-thanks,#itoh,#kawahata").stop().animate({"top":"200px"},500);
-
     $("#special-thanks,#itoh,#kawahata").animate({"top":"200px"},500);
+
},function(){
},function(){
     if($("#tori").css("top")=="0px"){
     if($("#tori").css("top")=="0px"){
-
         $("#shehata").animate({"top":"0px"},500);
+
         $("#shehata").stop().animate({"top":"0px"},500);
       } else {
       } else {
-
         $("#shehata").animate({"top":"200px"},500);
+
         $("#shehata").stop().animate({"top":"200px"},500);
       };
       };
-
     $("#special-thanks,#itoh,#kawahata").animate({"top":"-=200px"},500);
+
     $("#special-thanks,#itoh,#kawahata").stop().animate({"top":"-=200px"},500);
});
});
 +
*/
 +
$(function(){
 +
    $('.show').hover(function(){
 +
        $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/d/df/HokkaidoU_Member_horiguchi_off', 'https://static.igem.org/mediawiki/2014/3/38/HokkaidoU_Member_horiguchi_on'));
 +
          }, function(){
 +
            if (!$(this).hasClass('currentPage')) {
 +
            $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/3/38/HokkaidoU_Member_horiguchi_on', 'https://static.igem.org/mediawiki/2014/d/df/HokkaidoU_Member_horiguchi_off'));
 +
        }
 +
  });
 +
});
 +
 +
 +
 +
$(function(){
 +
    $('.show').hover(function(){
 +
        $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/d/d6/HokkaidoU_Member_tamaro_off', 'https://static.igem.org/mediawiki/2014/a/a8/HokkaidoU_Member_tamaro_on'));
 +
          }, function(){
 +
            if (!$(this).hasClass('currentPage')) {
 +
            $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/a/a8/HokkaidoU_Member_tamaro_on', 'https://static.igem.org/mediawiki/2014/d/d6/HokkaidoU_Member_tamaro_off'));
 +
        }
 +
  });
 +
});
 +
 +
 +
$(function(){
 +
    $('.show').hover(function(){
 +
        $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/6/60/HokkaidoU_Member_shimoyama_off', 'https://static.igem.org/mediawiki/2014/2/22/HokkaidoU_Member_shimoyama_on'));
 +
          }, function(){
 +
            if (!$(this).hasClass('currentPage')) {
 +
            $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/2/22/HokkaidoU_Member_shimoyama_on', 'https://static.igem.org/mediawiki/2014/6/60/HokkaidoU_Member_shimoyama_off'));
 +
        }
 +
  });
 +
});
 +
 +
$(function(){
 +
    $('.show').hover(function(){
 +
        $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/4/44/HokkaidoU_Member_Itoh_off', 'https://static.igem.org/mediawiki/2014/f/f5/HokkaidoU_Member_Itoh_on'));
 +
          }, function(){
 +
            if (!$(this).hasClass('currentPage')) {
 +
            $(this).attr('src', $(this).attr('src').replace('https://static.igem.org/mediawiki/2014/f/f5/HokkaidoU_Member_Itoh_on', 'https://static.igem.org/mediawiki/2014/4/44/HokkaidoU_Member_Itoh_off'));
 +
        }
 +
  });
 +
});
</script>
</script>
</html>
</html>

Latest revision as of 21:05, 17 October 2014