Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
Line 79: Line 79:
   }     
   }     
});
});
-
/*$.fn.followTo = function (pos) {
+
$.fn.followTo = function (pos) {
     var $this = this,
     var $this = this,
         $window = $(window);
         $window = $(window);
Line 93: Line 93:
             $this.css({
             $this.css({
                 position: 'fixed',
                 position: 'fixed',
-
                 top: '78px',
+
                 top: '78px'/*,
-
left:'50px'
+
left:'50px'*/
             });
             });
-
        }
 
-
    });
 
-
};*/
 
-
$.fn.followTo = function (pos) {
 
-
    var $this = this,
 
-
        $window = $(window);
 
-
 
-
    $window.scroll(function (e) {
 
-
        if ($window.scrollTop() < pos) {
 
-
            $this.removeClass('fixed');
 
-
        } else {
 
-
            $this.addClass('fixed');
 
         }
         }
     });
     });

Revision as of 14:33, 31 August 2013