Team:NCTU Formosa/source/head-index

From 2013.igem.org

(Difference between revisions)
Line 10: Line 10:
});
});
   $(document).ready(function(){
   $(document).ready(function(){
-
$('.linktop').each(function(){
+
$('.box').click(function() { window.location.href = 'https://2013.igem.org/Team:NCTU_Formosa/project'; });
-
    $(this).css({
+
-
        'width': $(this).parent().width(),
+
-
        'height': $(this).parent().height()
+
-
    });
+
-
});
+
   });
   });
</script>
</script>

Revision as of 13:03, 23 September 2013