hover的用法

语法$(selector).hover(inFunction,outFunction)注意:如果只规定了一个函数,则它将会在mouseenter和mouseleave事件上运行。其中hover()方法规定当鼠标指针悬停在被选元素上时要运行的两个函数。并且规定形式:“$(selector).on("mouseentermouseleave",handlerInOut);”

0
纠错

猜你喜欢

hover的用法
问答乎 m.wendahu.com