Team:NCTU Formosa/source/head-index

From 2014.igem.org

(Difference between revisions)
Line 668: Line 668:
<script>
<script>
$(document).ready(function(){
$(document).ready(function(){
-
   $(".attch").click(function(){
+
   $(".attach").click(function(){
     $("wordbox").animate({
     $("wordbox").animate({
        
        
Line 675: Line 675:
       width:'150px'
       width:'150px'
     });
     });
-
$(".attch").animate({
+
$(".attach").animate({
       opacity:'0 '
       opacity:'0 '
     });
     });
Line 681: Line 681:
   });
   });
});
});
 +
</script>
</script>

Revision as of 03:27, 18 October 2014