Team:KIT-Kyoto/Test
From 2014.igem.org
(Difference between revisions)
Line 174: | Line 174: | ||
}); | }); | ||
+ | $('.hide').hide(); | ||
+ | $('.show a').hover(function(){ | ||
+ | $('.show img').fadeOut(); | ||
+ | $('.hide').fadeIn(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $('.show img').fadeIn(); | ||
+ | $('.hide').fadeOut(); | ||
+ | } | ||
+ | ); | ||
var ua = navigator.userAgent; | var ua = navigator.userAgent; |
Revision as of 16:55, 10 October 2014