I have a jQuery tip function. I would like to create a button to turn on and turn off the function. I want it to be on by default.
Is it possible to create a link to turn on and off a function?
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.
You can dynamically add and subtract event handlers with the bind and unbind functions.