CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 05:57:29 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:33 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae409-2911"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#10477 (Unbind removing all handlers, not just the specified one) - jQuery - Bug Tracker
jQuery issues have moved to GitHub. This site is now a static archive of the old Trac bugs site. Some functions and pages are no longer available.
Skip to main content
Bug Tracker
Side navigation
#10477 closed bug (fixed)
Opened October 11, 2011 05:11PM UTC
Closed October 12, 2011 12:32AM UTC
Unbind removing all handlers, not just the specified one
Reported by: | dennisjq | Owned by: | dmethvin |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Not sure if this is a bug or a change in behavior going forward, but in a nutshell calling 'unbind' and specifying a specific handler to unbind used to only unbind that handler -- now it seems to be removing all handlers.
Try the following fiddle with jQuery edge/git and jQuery 1.6.4
Attachments (0)
Change History (2)
Changed October 12, 2011 12:03AM UTC by dmethvin comment:1
owner: | → dmethvin |
---|---|
status: | new → assigned |
That's a bug, thanks for reporting it! It should be fixed in 1.7b2.