Side navigation
#12131 closed bug (invalid)
Opened July 24, 2012 12:46AM UTC
Closed July 24, 2012 01:06AM UTC
Last modified July 24, 2012 01:07AM UTC
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)
It isn't supported, as documented, on non-qSA browsers like IE8.
See https://github.com/jquery/sizzle/issues/44 for the feature request.