Template:Team:HokkaidoU Japan/About Us/JS
From 2014.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
}); | }); | ||
- | / | + | /* |
$(".show").slice(2, 8).hover(function(){ | $(".show").slice(2, 8).hover(function(){ | ||
$("#tori,#mami,#tamaro,#sanbon,#saitoh,#liu").stop().animate({"top": "200px"}, 500); | $("#tori,#mami,#tamaro,#sanbon,#saitoh,#liu").stop().animate({"top": "200px"}, 500); | ||
Line 40: | Line 40: | ||
}); | }); | ||
- | |||
$(".show").slice(8, 14).hover(function(){ | $(".show").slice(8, 14).hover(function(){ | ||
$("#shehata").stop().animate({"top": "200px"}, 500); | $("#shehata").stop().animate({"top": "200px"}, 500); | ||
Line 57: | Line 56: | ||
}); | }); | ||
- | + | */ | |
</script> | </script> | ||
</html> | </html> |
Revision as of 11:43, 7 October 2014