CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
jQuery.proxy() Method
jQuery.proxy() — unbind with event namespaces (Try It)
Try It
Run
Reset
Save
Save to Google Drive
Sync with your Google account
Download HTML
Save to your device
Share
Full
HTML Code
Copy
proxy namespace unbind
Run handlers
.off("click.a")
.off("click.b")
Bind two proxied handlers with namespaces click.a and click.b.
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run