Team:KIT-Kyoto/Test
From 2014.igem.org
(Difference between revisions)
Line 181: | Line 181: | ||
var tnum = $('.timg').index(this); | var tnum = $('.timg').index(this); | ||
$('.hide').hide(); | $('.hide').hide(); | ||
- | $('.show a' | + | $('.show a').hover(function(){ |
$('.show').eq(tnum).stop().animate({opacity:'0'},200); | $('.show').eq(tnum).stop().animate({opacity:'0'},200); | ||
$('.hide').eq(tnum).stop().fadeIn(); | $('.hide').eq(tnum).stop().fadeIn(); |
Revision as of 17:13, 10 October 2014