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
Line 1: Line 1:
<html>
<html>
<!-- The JavaScript -->
<!-- The JavaScript -->
-
       
 
-
 
 
-
        <!--<script type="text/javascript">
 
-
            $(function() {
 
-
                $('#nav > div').hover(
 
-
                function () {
 
-
                    var $this = $(this);
 
-
                    $this.find('img').stop().animate({
 
-
                     
 
-
                    },600,'easeOutBack',
 
-
                    function(){
 
-
                        $(this).parent().find('ul').fadeIn(500);
 
-
                    });
 
-
 
-
                    $this.find('a:first,h2').addClass('active');
 
-
                },
 
-
                function () {
 
-
                    var $this = $(this);
 
-
                    $this.find('ul').fadeOut(500);
 
-
                    $this.find('img').stop().animate({
 
-
                        'width'    :'52px',
 
-
                        'height'    :'52px',
 
-
                        'top'      :'0px',
 
-
                        'left'      :'0px',
 
-
                        'opacity'  :'0.1'
 
-
                    },1000,'easeOutBack');
 
-
 
-
                    $this.find('a:first,h2').removeClass('active');
 
-
                }
 
-
            );
 
-
            });
 
-
 
-
        </script>-->
 
         <!-- Bootstrap core JavaScript
         <!-- Bootstrap core JavaScript
         ================================================== -->
         ================================================== -->
         <!-- Placed at the end of the document so the pages load faster -->
         <!-- 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 type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></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/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 src="https://2013.igem.org/Team:Heidelberg/Templates/holder-js?action=raw&ctype=text/javascript"></script>

Revision as of 17:05, 21 September 2013