欢迎访问服务器技术网-www.fuwuqijishu.com

onmousemove 事件

JavaScript fuwuqijishu 2年前 (2022-09-04) 26次浏览 0个评论 扫描二维码
文章目录[隐藏]

onmousemove 事件

事件对象

实例

在鼠标指针移到指定的元素后执行Javascript代码:

<div onmousemove=”myFunction()”>鼠标指针移动到这。</div>


定义和用法

onmousemove 事件会在鼠标指针移到指定的对象时发生。

语法

In HTML:

<element
onmousemove=”SomeJavaScriptCode“>

In JavaScript:

object.onmousemove=function(){SomeJavaScriptCode};

参数 描述
SomeJavaScriptCode 必需。规定该事件发生时执行的 JavaScript。


浏览器支持

所有主要浏览器都支持 onmousemove 事件


支持该事件的 HTML 标签:

onmousemove 属性可用于使用 HTML 元素,除了: <base>, <bdo>, <br>,
<head>, <html>, <iframe>, <meta>, <param>, <script>, <style>,
and <title>.


事件对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2211.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900