Template:Team:HokkaidoU Japan/About Us/JS

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
     var member-name =$(".show").index(this);
     var member-name =$(".show").index(this);
     $("overlay").eq(member-name).show(500);
     $("overlay").eq(member-name).show(500);
-
});
+
  });
$(".show-ymzk").click(function(){
$(".show-ymzk").click(function(){
Line 27: Line 27:
-
     //オーバーレイ
+
     /*オーバーレイ
$(".show-ymzk").click(function(){
$(".show-ymzk").click(function(){
     $(".overlay-ymzk").show(500);
     $(".overlay-ymzk").show(500);
Line 39: Line 39:
     e.stopPropagation();
     e.stopPropagation();
});
});
-
 
+
*/
     //オーバーレイ
     //オーバーレイ
$(".show-sone").click(function(){
$(".show-sone").click(function(){

Revision as of 14:25, 29 September 2014