Template:CU-Boulder-header2

From 2014.igem.org

(Difference between revisions)
Line 19: Line 19:
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-
<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> -->
<!-- Single button -->
<!-- Single button -->

Revision as of 05:07, 10 May 2014