Difference between revisions of "Template:Oxford"

Line 64: Line 64:
 
   </script>
 
   </script>
  
    <script>
 
        $(document).ready(function(){
 
            $(".dropdown").hover(function(){
 
                var dropdownMenu = $(this).children(".dropdown-menu");
 
                if(dropdownMenu.is(":visible")){
 
                    dropdownMenu.parent().toggleClass("open");
 
                }
 
            });
 
        });
 
    </script>
 
 
    
 
    
 
</head>
 
</head>

Revision as of 21:29, 31 October 2017