Template:CU-Boulder-header

From 2014.igem.org

(Difference between revisions)
Line 27: Line 27:
<script>
<script>
-
<!--
+
 
-
    $('.btn').hover(function() {
+
//    $('.btn').hover(function() {
-
    $(this).animate({"color":"#006dcc"}, 500);
+
//    $(this).animate({"color":"#006dcc"}, 500);
-
    }, function() {
+
//    }, function() {
-
    $(this).animate({"color":"#333333"}, 500);
+
//    $(this).animate({"color":"#333333"}, 500);
-
    });
+
//    });
-
    $(function() {
+
//    $(function() {
-
    $( ".tabs" ).tabs({
+
//    $( ".tabs" ).tabs({
-
    event: "mouseover", heightStyle: "auto"
+
//    event: "mouseover", heightStyle: "auto"
-
    });
+
//    });
-
    $("#footer a").addClass("btn btn-mini");
+
//    $("#footer a").addClass("btn btn-mini");
-
    $("#footer-box").addClass("shadow-bottom");
+
//    $("#footer-box").addClass("shadow-bottom");
-
    });
+
//    });
-
    $('#headerimage').cycle();
+
//    $('#headerimage').cycle();
-
//-->
+
 
</script>
</script>

Revision as of 04:43, 27 May 2014

//-->