Team:Heidelberg/Templates/Footer

From 2013.igem.org

(Difference between revisions)
m
m
 
(2 intermediate revisions not shown)
Line 2: Line 2:
<!-- The JavaScript -->
<!-- The JavaScript -->
              
              
-
             <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?action=raw&ctype=text/javascript"></script>
+
             <script src="https://2013.igem.org/Team:Heidelberg/Templates/jqueryjs?action=raw&ctype=text/javascript"></script>
             <script src="https://2013.igem.org/Team:Heidelberg/Templates/bootstrapjs?action=raw&ctype=text/javascript"></script>
             <script src="https://2013.igem.org/Team:Heidelberg/Templates/bootstrapjs?action=raw&ctype=text/javascript"></script>
             <script src="https://2013.igem.org/Team:Heidelberg/Templates/holderjs?action=raw&ctype=text/javascript"></script>
             <script src="https://2013.igem.org/Team:Heidelberg/Templates/holderjs?action=raw&ctype=text/javascript"></script>
-
             <script src="https://2013.igem.org/Team:Heidelberg/Templates/jqueryjs?action=raw&ctype=text/javascript"></script>
+
              
             <script type="text/javascript">
             <script type="text/javascript">
-
                 //script for hiding/showing only 3 months
+
                 $(function() {
-
                $($('.month_tab').slice(3)).hide();
+
                    //script for hiding/showing only 3 months
-
                $('#forwards').click(function(e) {
+
                    $($('.month_tab').slice(3)).hide();
 +
                    $('#forwards').click(function(e) {
                         var visible = $('.month_tab:visible');
                         var visible = $('.month_tab:visible');
                         var next = $(visible[visible.length - 1]).next('.month_tab');
                         var next = $(visible[visible.length - 1]).next('.month_tab');
Line 27: Line 28:
                         e.preventDefault();
                         e.preventDefault();
                     });
                     });
-
 
+
                  
-
                 $(function() {
+
                     $('#myCarousel').carousel({interval: 0});
                     $('#myCarousel').carousel({interval: 0});
                     $('div').scrollspy({ target: '#navbarExample' });
                     $('div').scrollspy({ target: '#navbarExample' });
 +
 +
                   
 +
                    //Month-week dependecy
 +
                    $('#may').click(function(e) {
 +
                        $('.item.active').removeClass('active')
 +
                        $('.active.month_tab').removeClass('active')
 +
                        $('#may_weeks').addClass('active')
 +
                        $('#may').addClass('active')
 +
                        e.preventDefault();
 +
                    });
 +
 +
                    $('#june').click(function(e) {
 +
                        $('.item.active').removeClass('active')
 +
                        $('.active.month_tab').removeClass('active')
 +
                        $('#june_weeks').addClass('active')
 +
                        $('#june').addClass('active')
 +
                        e.preventDefault();
 +
                    });
                 });
                 });
             </script>
             </script>
</html>
</html>

Latest revision as of 09:36, 24 September 2013