CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
jQuery .unbind() Method
jQuery .unbind('click', foo) — by handler reference (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
unbind by ref demo
Click me — two handlers bound
.unbind("click", foo)
Both handlers log on click until foo is removed.
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run