In Ext JS, I see Element.addClassOnOver; is there an easy way to “remove class when no longer over?”
Share
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.
addClassOnOver does that for you automatically. Have you tried it? There’s no need to manually remove the over class.