这是我的代码,但它不能工作
$(document).ready(function(){
$(".nav").hover(function(){
$(this).click();
return false;
});
});
这是我的代码,但它不能工作
$(document).ready(function(){
$(".nav").hover(function(){
$(this).click();
return false;
});
});