Jquery `[jquery Created Element].is(":hover")` Only Seems To Work In Chrome
Please see the code below (very stripped back and not my full function). I've also got a fiddle that you can test it at: https://jsfiddle.net/glenn2223/uk7e7rwe/1/ var hov = $
Solution 1:
Okay so we've found out why it doesn't work the :hover
was removed from .is()
a while back.
Rather than changing this question to suit my findings I will ask another (saves confusion).
My New Question:Keep jQuery Appended
Element Open When Hovering It
Post a Comment for "Jquery `[jquery Created Element].is(":hover")` Only Seems To Work In Chrome"