Difference between revisions of "Team:UChile OpenBio-CeBiB/Template/2"

Line 45: Line 45:
 
         });
 
         });
 
     </script>
 
     </script>
 +
 +
<script>
 +
        $(function(){
 +
$(".dropdown-menu").hover(function(){
 +
$(this).find(".item2").stop(true,true).fadeIn();
 +
},function(){
 +
$(this).find(".item2").stop(true,true).fadeOut();
 +
});
 +
});
 +
        </script>
 +
 +
 +
  
 
<style>
 
<style>
Line 610: Line 623:
  
 
<!--NAVBAR END-->
 
<!--NAVBAR END-->
 
 
 
<script>
 
        $(function(){
 
$(".dropdown").hover(function(){
 
$(this).find(".item2").stop(true,true).fadeIn();
 
},function(){
 
$(this).find(".item2").stop(true,true).fadeOut();
 
});
 
});
 
        </script>
 
  
  

Revision as of 02:53, 20 October 2017

Document