Template:Team:HokkaidoU Japan/javascripts
From 2012.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
$(this).children('.caret').toggleClass('caret-bottom'); | $(this).children('.caret').toggleClass('caret-bottom'); | ||
}).children('ul').hide(); | }).children('ul').hide(); | ||
+ | $('#hokkaidou-index-cross1').hover( | ||
+ | function(){ | ||
+ | $('.hokkaidou-index-image-cross1').toggle('slow'); | ||
+ | }, | ||
+ | function(){ | ||
+ | $('.hokkaidou-index-image-cross1').toggle('slow'); | ||
+ | } | ||
+ | ); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 16:42, 26 September 2012