jquery undelegate() method
Translation results:
delegate
UK[ˈdelɪgət] US[ˈdɛlɪˌɡet]
n. Representative, delegation member
vt. Appointed representative; authorized to ;[Legal]Debt transfer
jquery undelegate() methodsyntax
Function: The unelegate() method deletes one or more event handlers added by the delegate() method.
Syntax: $(selector).undelegate(selector,event,function)
##Parameters:
Description | |
Optional. Specifies the selector that requires event handlers to be removed. | |
Optional. Specifies one or more event types for which handlers need to be removed. | |
Optional. Specifies the specific event handler function to be deleted. |