Team:Heidelberg/Templates/Footer

From 2013.igem.org

(Difference between revisions)
m (Created page with "<html> <!-- The JavaScript --> <!--<script type="text/javascript"> $(function() { $('#nav > div').hover( function ...")
m
 
(17 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<!-- The JavaScript -->
<!-- The JavaScript -->
-
       
+
           
-
 
+
            <script src="https://2013.igem.org/Team:Heidelberg/Templates/jqueryjs?action=raw&ctype=text/javascript"></script>
-
        <!--<script type="text/javascript">
+
            <script src="https://2013.igem.org/Team:Heidelberg/Templates/bootstrapjs?action=raw&ctype=text/javascript"></script>
-
             $(function() {
+
            <script src="https://2013.igem.org/Team:Heidelberg/Templates/holderjs?action=raw&ctype=text/javascript"></script>
-
                $('#nav > div').hover(
+
              
-
                function () {
+
            <script type="text/javascript">
-
                    var $this = $(this);
+
                $(function() {
-
                    $this.find('img').stop().animate({
+
                    //script for hiding/showing only 3 months
-
                     
+
                    $($('.month_tab').slice(3)).hide();
-
                    },600,'easeOutBack',
+
                    $('#forwards').click(function(e) {
-
                    function(){
+
                        var visible = $('.month_tab:visible');
-
                        $(this).parent().find('ul').fadeIn(500);
+
                        var next = $(visible[visible.length - 1]).next('.month_tab');
 +
                        if (next.length > 0) {
 +
                            $(visible[0]).hide();
 +
                            next.show();
 +
                        }
 +
                        e.preventDefault();
                     });
                     });
 +
                    $('#backwards').click(function(e) {
 +
                        var visible = $('.month_tab:visible');
 +
                        var prev = $(visible[0]).prev('.month_tab');
 +
                        if (prev.length > 0) {
 +
                            $(visible[visible.length - 1]).hide();
 +
                            prev.show();
 +
                        }
 +
                        e.preventDefault();
 +
                    });
 +
               
 +
                    $('#myCarousel').carousel({interval: 0});
 +
                    $('div').scrollspy({ target: '#navbarExample' });
-
                     $this.find('a:first,h2').addClass('active');
+
                   
-
                },
+
                    //Month-week dependecy
-
                function () {
+
                     $('#may').click(function(e) {
-
                    var $this = $(this);
+
                        $('.item.active').removeClass('active')
-
                    $this.find('ul').fadeOut(500);
+
                        $('.active.month_tab').removeClass('active')
-
                    $this.find('img').stop().animate({
+
                         $('#may_weeks').addClass('active')
-
                        'width'     :'52px',
+
                         $('#may').addClass('active')
-
                         'height'   :'52px',
+
                         e.preventDefault();
-
                         'top'       :'0px',
+
                     });
-
                         'left'      :'0px',
+
-
                        'opacity'  :'0.1'
+
-
                     },1000,'easeOutBack');
+
-
                     $this.find('a:first,h2').removeClass('active');
+
                     $('#june').click(function(e) {
-
                }
+
                        $('.item.active').removeClass('active')
-
            );
+
                        $('.active.month_tab').removeClass('active')
-
            });
+
                        $('#june_weeks').addClass('active')
-
 
+
                        $('#june').addClass('active')
-
        </script>-->
+
                        e.preventDefault();
-
 
+
                    });
-
        <!-- Bootstrap core JavaScript
+
                });
-
        ================================================== -->
+
-
        <!-- Placed at the end of the document so the pages load faster -->
+
-
            <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/bootstrap-js?action=raw&ctype=text/javascript"></script>
+
-
            <script src="https://2013.igem.org/Team:Heidelberg/Templates/holder-js?action=raw&ctype=text/javascript"></script>
+
-
            <script type="text/javascript">
+
-
                $('#myCarousel').carousel({interval: false});
+
-
                //$('div').scrollspy({ target: '#scrollmenu' });
+
-
                $('div').scrollspy({ target: '#navbarExample' });
+
             </script>
             </script>
</html>
</html>

Latest revision as of 09:36, 24 September 2013