Team:Heidelberg/Templates/Footer

From 2013.igem.org

(Difference between revisions)
m
m
Line 7: Line 7:
             <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/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();
-
                        var visible = $('.month_tab:visible');
+
                    $('#forwards').click(function(e) {
-
                        var next = $(visible[visible.length - 1]).next('.month_tab');
+
                            var visible = $('.month_tab:visible');
-
                        if (next.length > 0) {
+
                            var next = $(visible[visible.length - 1]).next('.month_tab');
-
                            $(visible[0]).hide();
+
                            if (next.length > 0) {
-
                            next.show();
+
                                $(visible[0]).hide();
-
                        }
+
                                next.show();
-
                        e.preventDefault();
+
                            }
-
                    });
+
                            e.preventDefault();
-
                    $('#backwards').click(function(e) {
+
                        });
-
                        var visible = $('.month_tab:visible');
+
                        $('#backwards').click(function(e) {
-
                        var prev = $(visible[0]).prev('.month_tab');
+
                            var visible = $('.month_tab:visible');
-
                        if (prev.length > 0) {
+
                            var prev = $(visible[0]).prev('.month_tab');
-
                            $(visible[visible.length - 1]).hide();
+
                            if (prev.length > 0) {
-
                            prev.show();
+
                                $(visible[visible.length - 1]).hide();
-
                        }
+
                                prev.show();
-
                        e.preventDefault();
+
                            }
 +
                            e.preventDefault();
 +
                        });
                     });
                     });
-
                 $(function() {
+
                 $(window).load(function() {
                     $('#myCarousel').carousel({interval: 0});
                     $('#myCarousel').carousel({interval: 0});
                     $('div').scrollspy({ target: '#navbarExample' });
                     $('div').scrollspy({ target: '#navbarExample' });

Revision as of 13:01, 23 September 2013