I have found that all the other people who have asked this in the past were told to use :hover
, but that doesn't exist anymore. Is there a way to get a boolean
out of .hover()
?
I'm currently using .hover()
in order to make a div
appear when I mouseover
a button, and then it disappears when I mouseout
. However, I would like to add a check, so that the div
won't disappear unless the mouse is not over the button AND the mouse is out of the div
.