Difference between revisions of "Team:NCTU Formosa"

Line 275: Line 275:
 
</style>
 
</style>
 
</head>
 
</head>
 
+
<!--
 
<body>
 
<body>
 
<div class="animate-box">
 
<div class="animate-box">
Line 359: Line 359:
 
</div>
 
</div>
  
<script>
+
<script>-->
 
$(function() {
 
$(function() {
  

Revision as of 00:00, 30 September 2016

$(function() { // Menu Tabular var $text = $('.connect'); $text.on('click', function(e) { e.preventDefault(); $text.removeClass('text-active'); $(this).addClass('text-active'); $('.item').fadeOut(300); $(this.hash).delay(300).fadeIn(); }); });