Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
Line 19: Line 19:
}
}
$(function() {
$(function() {
-
var long = false,
 
-
dheight = $(document).height(),
 
-
wheight = $(window).height();
 
-
if($('#toc').height()+100>wheight) { long=true; }
 
     adjustStyle($(this).width());
     adjustStyle($(this).width());
     $(window).resize(function() {
     $(window).resize(function() {
Line 88: Line 84:
})  
})  
$(document).ready(function(){
$(document).ready(function(){
 +
var long = false,
 +
dheight = $(document).height(),
 +
wheight = $(window).height();
 +
if($('#toc').height()+100>wheight) { long=true; }
     var away = false;
     var away = false;
     $(document).scroll(function() {
     $(document).scroll(function() {

Revision as of 13:58, 19 September 2013