Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
Line 79: Line 79:
   }     
   }     
});
});
-
/*$.fn.followTo = function (pos) {
 
-
    var $this = this,
 
-
        $window = $(window),
 
-
$tocf = false;
 
-
    $window.scroll(function (e) {
 
-
        if ($window.scrollTop() < pos) {
 
-
            $this.css({
 
-
                position: 'absolute'
 
-
            });
 
-
$tocf = false;
 
-
        } else {
 
-
if (!$tocf) {
 
-
            $this.css({
 
-
                position: 'fixed',
 
-
top: '78px'
 
-
            });
 
-
$tocf = true;
 
-
        }
 
-
}
 
-
    });
 
-
};
 
-
$('#toc').followTo(431);*/
 
});
});
$(document).ready(function(){
$(document).ready(function(){

Revision as of 19:59, 15 September 2013