Template:Team:HokkaidoU Japan/javascripts
From 2012.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
$('#hokkaidou-index-cross1').hover( | $('#hokkaidou-index-cross1').hover( | ||
function(){ | function(){ | ||
- | $('.hokkaidou-index-image-cross1').toggle('slow'); | + | $('.hokkaidou-index-image-cross1:not(:animated)').toggle('slow'); |
}, | }, | ||
function(){ | function(){ | ||
- | $('.hokkaidou-index-image-cross1').toggle('slow'); | + | $('.hokkaidou-index-image-cross1:not(:animated)').toggle('slow'); |
} | } | ||
); | ); | ||
$('#hokkaidou-index-cross2').hover( | $('#hokkaidou-index-cross2').hover( | ||
function(){ | function(){ | ||
- | $('.hokkaidou-index-image-cross2').toggle(); | + | $('.hokkaidou-index-image-cross2:not(:animated)').toggle(); |
}, | }, | ||
function(){ | function(){ | ||
- | $('.hokkaidou-index-image-cross2').toggle(); | + | $('.hokkaidou-index-image-cross2:not(:animated)').toggle(); |
} | } | ||
); | ); |
Revision as of 16:49, 26 September 2012