<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>我想鼠標(biāo)在hello上的時候淡入,離開后淡出,問題淡出就無法淡入!請求解決方法~
- 2 回答
- 0 關(guān)注
- 463 瀏覽
添加回答
舉報
0/150
提交
取消