Which method is used to remove a binding?
A
Unbind()
B
removebind()
C
remove(Bind b)
D
unbind()
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.