Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
Line 11: Line 11:
<script src="https://2013.igem.org/Team:Team:NCTU_Formosa/js/jquery-scrollspy?action=raw&ctype=text/javascript"></script>
<script src="https://2013.igem.org/Team:Team:NCTU_Formosa/js/jquery-scrollspy?action=raw&ctype=text/javascript"></script>
<script>
<script>
 +
$(document).ready(
 +
function() {
 +
$("html").niceScroll();
 +
}
 +
);
function adjustStyle(width) {
function adjustStyle(width) {
     width = parseInt(width);
     width = parseInt(width);
Line 100: Line 105:
$('#toc').followTo(431);
$('#toc').followTo(431);
});
});
-
$(document).ready(
 
-
function() {
 
-
$("html").niceScroll();
 
-
}
 
-
);
 
</script>
</script>

Revision as of 17:08, 13 September 2013