It possible to check if the cursor is hovering on an element.
Something like
$(\"#divId\").is(\"hover\");
NOTE: I just want to check n
.is(':hover');
or
$('#divId:hover');