Template:Kyoto/js
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
} | } | ||
- | function | + | $("div#top-dms").hover(function(){ |
- | + | $("#top-dms").stop(); | |
- | + | $("#top-dms-content").fadeTo(400,0.6); | |
- | } | + | },function(){ |
- | + | $("#top-dms").stop() | |
- | function | + | $("#top-dms-content").fadeTo(400,1) |
- | + | }) | |
- | + | ||
- | } | + | |
function MouseOnTopMagnet() { | function MouseOnTopMagnet() { |
Revision as of 02:59, 11 September 2014