You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
events
Type: String
One or more space-separated event types and optional namespaces, or just namespaces, such as "click", "keydown.myPlugin", or ".myPlugin".
selector
Type: String
A selector which should match the one originally passed to .on() when attaching event handlers.
handler
Type: Function
A handler function previously attached for the event(s), or the special value false.
Implementation
Documentation
The text was updated successfully, but these errors were encountered:
Interface:
.off( events [, selector ] [, handler ] )
events
Type:
String
One or more space-separated event types and optional namespaces, or just namespaces, such as "click", "keydown.myPlugin", or ".myPlugin".
selector
Type:
String
A selector which should match the one originally passed to .on() when attaching event handlers.
handler
Type:
Function
A handler function previously attached for the event(s), or the special value false.
The text was updated successfully, but these errors were encountered: