如何在鼠标悬停时使用jQuery动画化背景颜色的变化?
若要更改背景颜色,请使用mouseenter事件。放置鼠标光标时背景色发生变化:
mouseenter: function(){
$(this).css("background-color", "gray");
}鼠标光标放在以下元素上:
<p class="my">Click and move the mouse pointer to change the background color.</p>
您可以尝试运行以下代码,以了解如何为鼠标悬停时的背景色变化设置动画:
示例
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("body").on({
mouseenter: function(){
$(this).css("background-color", "gray");
},
mouseleave: function(){
$(this).css("background-color", "red");
},
});
});
</script>
</head>
<body>
<p class="my">Click and move the mouse pointer to change the background color.</p>
</body>
</html>热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短