CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 10 Oct 2025 22:48:05 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/11738/
Connection: keep-alive
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
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 10 Oct 2025 22:48:05 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-317c"
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
#11738 (Remove .closest(Array) returning Array) - 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
#11738 closed enhancement (fixed)
Opened May 08, 2012 08:47PM UTC
Closed May 11, 2012 08:49PM UTC
Last modified May 16, 2012 06:05PM UTC
Remove .closest(Array) returning Array
Reported by: | dmethvin | Owned by: | dmethvin |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | traversing | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This was part of the old .live()
internal code, exposed in the API for some reason so we deprecated it in 1.7.
Note that this does not affect any sane uses of .closest()
, only this signature: https://api.jquery.com/closest/#closest2
Attachments (0)
Change History (3)
Changed May 08, 2012 08:48PM UTC by dmethvin comment:1
component: | unfiled → traversing |
---|---|
milestone: | None → 1.8 |
owner: | → dmethvin |
priority: | undecided → low |
status: | new → assigned |
type: | bug → enhancement |
Changed May 11, 2012 08:49PM UTC by dmethvin comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |