返回值:jQuerymousemove(fn)
概述
在每一個匹配元素的mousemove事件中綁定一個處理函數(shù)。
mousemove 事件通過鼠標在元素上移動來觸發(fā)。事件處理函數(shù)會被傳遞一個變量——事件對象,其.clientX 和 .clientY 屬性代表鼠標的坐標
參數(shù)
fnFunction
在每一個匹配元素的mousemove事件中綁定的處理函數(shù)。
datadata?V1.4.3新增
mousemove([Data], fn) 可傳入data供函數(shù)fn處理。