Difference between revisions of "Template:UESTC-China/nav"

Line 187: Line 187:
  
 
<script>
 
<script>
window.onload=function()
+
$(function Mouse(){
{
+
    function Mouse(){
+
 
$(".dropdown").mouseover(function () {
 
$(".dropdown").mouseover(function () {
 
     $(this).addClass("open");
 
     $(this).addClass("open");
Line 197: Line 195:
 
         $(this).removeClass("open");
 
         $(this).removeClass("open");
 
       })
 
       })
}
+
})
 
if($(window).width()>1022)   
 
if($(window).width()>1022)   
 
{
 
{
Line 218: Line 216:
  
 
<script>
 
<script>
jQuery(function($) {     
+
$(function($) {     
 
     $(".mybtn").click(function() {     
 
     $(".mybtn").click(function() {     
 
         $("html, body").animate({     
 
         $("html, body").animate({     

Revision as of 09:22, 1 September 2019

description