For default
$().mouseout(function(){…})
The mouseout event is on in the page
Can I use any way to detect the event is whether on?
I want the detect method return a Boolean for me to use.
Hope to see your answer.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using
$._data, yea!Yes, you can do so by checking this way:
Example
Output
In your code:
So, you can use the returning object and perform operations.