#12131 closed bug (invalid)
Syntax error, unrecognized expression: link
Reported by: | spicyj | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In IE8 I can't run .is(":link") without an error. It gives
Syntax error, unrecognized expression: link (stable jQuery) Syntax error, unrecognized expression: unsupported pseudo: link (edge jQuery)
Note: See
TracTickets for help on using
tickets.
It isn't supported, as documented, on non-qSA browsers like IE8.
See https://github.com/jquery/sizzle/issues/44 for the feature request.