只要鼠标指针移到HTML中的元素上,就执行脚本?
当鼠标指针移到某个元素上时,onmousemove 属性将触发。您可以尝试以下代码来实现onmousemove 属性-
示例
<!DOCTYPE html>
<html>
<body>
<h3 id = "myid" onmousemove = "mouseMove()">
This is demo heading.
</h3>
<p>Click above and then release.</p>
<script>
function mouseMove() {
document.getElementById("myid").style.color = "red";
}
</script>
</body>
</html>热门推荐
10 圣诞祝福语简短小学
11 祖国七十华诞简短祝福语
12 老师送的祝福语简短
13 生日祝福语大全女生简短
14 祝女性生日祝福语简短
15 牛年女神节祝福语简短
16 情人表白祝福语简短大气
17 老公开业祝福语简短
18 官宣新年祝福语简短