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

Line 564: Line 564:
  
  
 +
 +
<script>
 +
        $(function(){
 +
$(".nav-item").hover(function(){
 +
$(this).find(".item2").stop(true,true).fadeIn();
 +
},function(){
 +
$(this).find(".item2").stop(true,true).fadeOut();
 +
});
 +
});
 +
        </script>
  
  

Revision as of 03:38, 19 October 2017

Document