为了账号安全,请及时绑定邮箱和手机立即绑定

关于jquery中hover、fadeOut、fadeIn问题

关于jquery中hover、fadeOut、fadeIn问题

aluckdog 2019-03-13 13:09:51
<html><script src="http://code.jquery.com/jquery-latest.js"></script><script>$('.c').hide();$('.c').hover(function(){$(this).fadeIn();},function(){$(this).fadeOut();})</script><body><div class="c">Hello</div></body></html>我想鼠标在hello上的时候淡入,离开后淡出,问题淡出就无法淡入!请求解决方法~
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 491 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信