Template:Kyoto/js
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
} | } | ||
- | function | + | function MouseOnTopDMS() { |
- | $(" | + | $("#top-dms-content").fadeIn("slow"); |
} | } | ||
- | function | + | function MouseOffTopDMS() { |
- | $(" | + | $("#top-dms-content").fadeOut("slow"); |
} | } | ||
+ | |||
+ | function MouseOnTopMagnet() { | ||
+ | $("#top-magnet-content").fadeIn("slow"); | ||
+ | } | ||
+ | |||
+ | function MouseOffTopMagnet() { | ||
+ | $("#top-magnet-content").fadeOut("slow"); | ||
+ | } | ||
+ | |||
/**** sandbox2用 *****/ | /**** sandbox2用 *****/ | ||
var dropdown=new TINY.dropdown.init("dropdown", {id:'menu', active:'menuhover'}); | var dropdown=new TINY.dropdown.init("dropdown", {id:'menu', active:'menuhover'}); |
Revision as of 08:00, 10 September 2014