hover的用法

百科问答网 2026-08-14 10:21:09 0

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

文章标签: hover