jQuery hover() 方法
$(selector).hover(inFunction,outFunction)
参数 | 描述 |
---|---|
inFunction | 必需。规定 mouseenter 事件发生时运行的函数。 |
outFunction | 可选。规定 mouseleave 事件发生时运行的函数。 |
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 653 位童鞋阅读过。
$(selector).hover(inFunction,outFunction)
参数 | 描述 |
---|---|
inFunction | 必需。规定 mouseenter 事件发生时运行的函数。 |
outFunction | 可选。规定 mouseleave 事件发生时运行的函数。 |
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 653 位童鞋阅读过。
此处评论已关闭