Template:Kyoto/js

From 2014.igem.org

(Difference between revisions)
(Undo revision 112412 by Mitsuaki (talk))
Line 7: Line 7:
}
}
-
function MouseOnTopDMS() {
+
$("div#top-dms").hover(function(){
-
    $("#top-dms-content").stop()
+
$("#top-dms").stop();
-
    $("#top-dms-content").fadeIn("normal");
+
$("#top-dms-content").fadeTo(400,0.6);
-
}
+
},function(){
-
 
+
$("#top-dms").stop()
-
function MouseOffTopDMS() {
+
$("#top-dms-content").fadeTo(400,1)
-
    $("#top-dms-content").stop()
+
})
-
    $("#top-magnet-content").fadeOut("fast");
+
-
}
+
function MouseOnTopMagnet() {
function MouseOnTopMagnet() {

Revision as of 02:59, 11 September 2014