How to remove event handlers using jQuery?
Answers
Answered by
0
jQuery off() Method. jQuery Event Methods. Remove all click event handlers, added with on() How to remove all click event handlers for all <p> elements added with the on() method. Remove one specific event function added with on() Remove an event handler using an event object. jQuery Event Methods.
Similar questions