Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
Line 105: Line 105:
      
      
     $(document).scroll(function() {
     $(document).scroll(function() {
-
if ($tocf>0) {
 
         if ($(document).scrollTop() > 800) {
         if ($(document).scrollTop() > 800) {
             if (!away) {
             if (!away) {
Line 115: Line 114:
             $('#toc').stop().animate({'top': '78px'}, 1500);
             $('#toc').stop().animate({'top': '78px'}, 1500);
         }
         }
-
}
 
     });
     });
});
});
</script>
</script>

Revision as of 19:29, 15 September 2013