500毫秒执行一次

 $(".banner_menu_content li a").hover(function(){
        var aa=$(this).text().trim();  
    	setTimeout(function(){             
        requirementlist(aa.substring(aa.length-1,aa.length));       
        //这里触发hover事件
    	},500);
	},function(){
    
        });	

  

相关文章:

  • 2022-12-23
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2021-10-19
相关资源
相似解决方案