Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
(Undo revision 215962 by Calvinhue (talk))
(Undo revision 215962 by Calvinhue (talk))
Line 75: Line 75:
})  
})  
$(document).ready(function(){
$(document).ready(function(){
 +
if ($(document).scrollTop() > 409) {
 +
            $('#toc').stop().css({
 +
                position: 'fixed',
 +
                left: '15px'
 +
            }).animate({'top': '78px'}, 500);
 +
}
var long = false,
var long = false,
dheight = $(document).height(),
dheight = $(document).height(),

Revision as of 18:44, 27 September 2013