Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
Line 79: Line 79:
   }     
   }     
});
});
-
});
+
})  
$(document).ready(function(){
$(document).ready(function(){
     var away = false;
     var away = false;
-
      
+
     var long = false;
 +
if(window.location.href.indexOf("team") > -1) { long=true; }
     $(document).scroll(function() {
     $(document).scroll(function() {
         if ($(document).scrollTop() > 5000) {
         if ($(document).scrollTop() > 5000) {
             if (!away) {
             if (!away) {
 +
if (long){
                 away = true;
                 away = true;
             $('#toc').stop().animate({'top': '-222px'}, 1500);
             $('#toc').stop().animate({'top': '-222px'}, 1500);
-
             }
+
             }}
         } else {
         } else {
             away = false;
             away = false;

Revision as of 09:29, 17 September 2013