[jQuery] Know if an element is focused

[jQuery] Know if an element is focused


Hi,
I've got an hover() and a focus() effect that affect the same element.
Both add / remove the same CSS to/from the element. So I need to know
if the current element is focused so that hover doesn't make anything
if the element has the focus. How can I know if the element has the
focus?
Thank you!
Regards,
A Mele