参考 mouseOut()

mouseOut()

Calls a function when the mouse moves off the element.

Calling myElement.mouseOut(false) disables the function.

示例

语法

mouseOut(fxn)

参数

fxn
Function|Boolean: function to call when the mouse moves off the element. false disables the function.

相关参考