onmouseout 事件

返回上一级

HTML DOM 的 onmouseout 事件会在鼠标指针移出指定的对象时触发

语法

HTML

<element onmouseout=" SomeJavaScriptCode ">

JavaScript

object.onmouseout=function(){ /*SomeJavaScriptCode*/ };

浏览器支持

Yes Yes Yes Yes Yes

支持该事件的 HTML 标签

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

范例

在鼠标指针移出指定的对象时执行 Javascript 代码

<img onmouseout="normalImg(this)" src="/static/i/img3.jpg" alt="Smiley">

运行范例 »

返回上一级

JavaScript 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.