Difference between revisions of "Template:Team:SJTU-Software/wiki.js"

(Created page with " $(document).ready(function(){ $(".fixed-nav").css("top",$(window).height()*0.3); $("html").niceScroll(); $('.designNav').click(changePage); }); var changePage = fun...")
 
Line 1: Line 1:
 
+
<html>
 +
<body>
 +
<script>
 
$(document).ready(function(){
 
$(document).ready(function(){
 
$(".fixed-nav").css("top",$(window).height()*0.3);
 
$(".fixed-nav").css("top",$(window).height()*0.3);
Line 15: Line 17:
 
})
 
})
 
}
 
}
 +
</script>
 +
</body>
 +
</html>

Revision as of 16:28, 11 September 2015