How can I check if the cursor is hovering on an element using JQuery

前端 未结 5 1135
离开以前
离开以前 2021-02-18 17:38

It possible to check if the cursor is hovering on an element.

Something like

 $(\"#divId\").is(\"hover\");

NOTE: I just want to check n

5条回答
提交回复
热议问题