Which method is used to remove a binding?
Which method is used to remove a binding? Correct Answer unbind()
The unbind() method removes event handlers from selected elements. This method can remove all or selected event handlers, or stop specified functions from running when the event occurs.