Team:Grenoble/script

From 2011.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
 +
    <!--[if lt IE 9]>
 +
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 +
    <![endif]-->
<!-- jQuery Tools (slider) -->
<!-- jQuery Tools (slider) -->
-
<script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
+
<script type="text/javascript" src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
-
<script>
+
<script type="text/javascript">
$(function() {
$(function() {
     // initialize scrollable
     // initialize scrollable
-
     $(".scrollable").scrollable().navigator();
+
     $(".style_diapo").scrollable().navigator();
});
});
</script>
</script>
-
<!-- Navigation scroll follow -->
+
<!-- Obliger le menu a suivre la fenetre -->
<script type="text/javascript">
<script type="text/javascript">
$(window).scroll(function () {  
$(window).scroll(function () {  
var scrollPos = $(window).scrollTop();
var scrollPos = $(window).scrollTop();
-
if (scrollPos > 110) {
+
if (scrollPos > 155) {
$(".navigation").addClass("stickToTop");
$(".navigation").addClass("stickToTop");
} else {
} else {
Line 22: Line 26:
$(".toc").removeClass("stickBelowNavigation");
$(".toc").removeClass("stickBelowNavigation");
}
}
 +
});
});
</script>
</script>
Line 28: Line 33:
$(document).ready(
$(document).ready(
function(){
function(){
-
$("ul.subnav").parent().find("> a").append("<span> </span>");
+
$("ul.subnav").parent().find("> a").append("<span> </span>");
$("ul.topnav li").hover(
$("ul.topnav li").hover(
function() {
function() {
Line 59: Line 64:
     });
     });
</script>
</script>
-
<!-- ie9.js (fixes all Internet Explorer browsers older than ie9) -->
+
<!-- Empty heading? - Then remove it.. -->
-
[if lt IE 9]><script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script><![endif]
+
<script type="text/javascript">
 +
$(document).ready(function() {
 +
if ("" == "</html>{{{1}}}<html>") {
 +
$("#heading").remove();
 +
}
 +
});
 +
</script>
 +
<!-- MathJax (LaTeX for the web) -->
 +
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
 +
<!-- MathJax (LaTeX for the web) -->
 +
<!-- This part is only if you want to use $...$ delimiters -->
 +
<script type="text/x-mathjax-config">
 +
    MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
 +
</script>
 +
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</html>
</html>

Latest revision as of 22:38, 26 October 2011