Team:UFMG Brazil

From 2014.igem.org

(Difference between revisions)
Line 391: Line 391:
             });
             });
         });
         });
 +
        $( document ).ready(function() {
 +
          $('#igemmenulogo').click(function(){
 +
            toggleMenu();
 +
          });
 +
        });
 +
        function toggleMenu(){
 +
          if($('#top-section').css("height") == "25px"){
 +
              $('#top-section').css("height", "10px");
 +
              $('.left-menu').hide();
 +
              $('.right-menu').hide();
 +
          }
 +
          else{
 +
              $('#top-section').css("height", "25px");
 +
              $('.left-menu').show();
 +
              $('.right-menu').show();
 +
          }
 +
        }
 +
        toggleMenu();
     </script>
     </script>

Revision as of 23:01, 17 October 2014

Home UFMG Team