$(document).ready(function(){dropdownOpen();});function dropdownOpen() {var $dropdownLi = $(‘li.dropdown‘);$dropdownLi.mouseover(function() {$(this).addClass(‘open‘);}).mouseout(function() {$(this).removeClass(‘open‘);});}
时间: 2024-10-04 09:23:36
$(document).ready(function(){dropdownOpen();});function dropdownOpen() {var $dropdownLi = $(‘li.dropdown‘);$dropdownLi.mouseover(function() {$(this).addClass(‘open‘);}).mouseout(function() {$(this).removeClass(‘open‘);});}