Template:Kyoto/js
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
function MouseOnTopDMS() { | function MouseOnTopDMS() { | ||
$("#top-dms-content").fadeIn("slow"); | $("#top-dms-content").fadeIn("slow"); | ||
Line 17: | Line 12: | ||
function MouseOffTopDMS() { | function MouseOffTopDMS() { | ||
- | + | $("#top-dms-content").fadeOut("slow"); | |
} | } | ||
function MouseOnTopMagnet() { | function MouseOnTopMagnet() { | ||
- | + | $("#top-magnet-content").fadeIn("slow"); | |
} | } | ||
function MouseOffTopMagnet() { | function MouseOffTopMagnet() { | ||
- | + | $("#top-magnet-content").fadeOut("slow"); | |
} | } | ||
Revision as of 07:48, 10 September 2014