CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
jQuery .ajaxError() Method
jQuery .off('ajaxError') — remove handler (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
.off('ajaxError') cleanup
Trigger 404 $.get()
Remove handler (.off)
Handler active — ajaxError count: 0
After Remove, the 404 still fails but the handler no longer runs.
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run