Template:Kyoto/js

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
function HoverFade() {
function HoverFade() {
-
     $(this).stop()
+
     $("top-content-dms").stop()
-
     $(this).fadeTo("normal", 1);
+
     $("top-content-dms").fadeTo("normal", 1);
}
}
function HoverFade() {
function HoverFade() {
-
     $(this).stop()
+
     $("top-content-dms").stop()
-
     $(this).fadeTo("fast", 0);
+
     $("top-content-dms").fadeTo("fast", 0);
}
}

Revision as of 02:35, 11 September 2014