Template:Kyoto/js
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
} | } | ||
- | function | + | function MouseOnTopDMS() { |
- | $("top | + | $("#top-dms-content").stop() |
- | $("top-content-dms"). | + | $("#top-dms-content").fadeIn("normal"); |
+ | } | ||
+ | |||
+ | function MouseOffTopDMS() { | ||
+ | $("#top-dms-content").stop() | ||
+ | $("#top-magnet-content").fadeOut("fast"); | ||
} | } | ||
Revision as of 02:48, 11 September 2014