回答編集履歴

1

公式ドキュメント追加

2021/03/19 07:04

投稿

int32_t
int32_t

スコア21756

test CHANGED
@@ -9,3 +9,7 @@
9
9
  質問者さんが想定した動作は `hover(function() {...}, null)`
10
10
 
11
11
  や `mouseenter(function() {...})` です。
12
+
13
+
14
+
15
+ [公式の hover のドキュメント](https://api.jquery.com/hover/)には引数について「A function to execute when the mouse pointer enters or leaves the element.」と書かれています。