Template:Kyoto/js

From 2014.igem.org

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