Is there a way in jQuery to detected if an element already has a bound event ?
In other words I want to bind an event only if the element hasn’t bound it before.. otherwise I’m triggering it twice.
I’m using jQuery 1.2.7
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.
should give you the events that are bound to this element.