Template:Kyoto/js

From 2014.igem.org

(Difference between revisions)
(Undo revision 111132 by Mitsuaki (talk))
Line 7: Line 7:
}
}
-
function MouseOnTopContent() {
+
function MouseOnTopDMS() {
-
     $(".kyoto-hover").fadeIn("slow");
+
     $("#top-dms-content").fadeIn("slow");
}
}
-
function MouseOffTopContent() {
+
function MouseOffTopDMS() {
-
     $(".kyoto-hover").fadeOut("slow");
+
     $("#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