1. In the practical operation of DOM objects , since there is a bind method for binding events, there is also a corresponding method for removing bound events. In JQuery, you can use the unbind method Remove all bound events or an event.
2. Sample code :
Click the delete button two event. There is no response when clicking button two. Clicking button one has a response:
No response after clicking all buttons to delete all events: