Can the same “disable” be used to turn off a function using a checkbox for example? Any out there?
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.
If I’ve understood what you’re asking for, you could assign and remove a click handler for a function, or something along the lines:
—
Update:
Hmm, not sure if this is ideal, but this should mimic what you’re looking for:
I tried looking into unbinding etc, but nothing seemed to work.