The hover() method registers handlers for mouseenter and mouseleave events. Calling hover(f,g) is like calling mouseenter(f) and then calling mouseleave(g).
確定! 回上一頁