直接将下面代码Copy过去就行:

<script type="text/javascript">
$('ul.nav li.dropdown').hover(function () {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500);
}, function () {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500);
});
</script>

注意js代码需要放置在下拉标签的后面


 

北清论文网-中国领先的应届毕业生论文网站

北清论文网】【我要毕业啦论文网

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2021-10-29
  • 2021-10-17
猜你喜欢
  • 2021-05-28
  • 2021-09-17
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
相关资源
相似解决方案