CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Fri, 10 Oct 2025 22:48:18 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/12082/
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:18 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-31e2"
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
#12082 (.find() POS selector no longer working in 1.8b2) - 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
#12082 closed bug (fixed)
Opened July 13, 2012 11:50PM UTC
Closed July 20, 2012 02:08AM UTC
.find() POS selector no longer working in 1.8b2
Reported by: | Matt Hall <bizear@gmail.com> | Owned by: | gibson042 |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | selector | Version: | 1.8b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using .find() in combination with a single pseudo selector is broken and throws the following error:
results is null: return results.length ? fn( results, argument, not ) : [];
Fiddle can be found here:
Interesting, because adding an explicit
*
fixes the problem: https://jsfiddle.net/GdQUu/2/