Side navigation
#3753 closed bug (invalid)
Opened December 26, 2008 09:33PM UTC
Closed December 27, 2008 10:24PM UTC
Last modified March 14, 2012 10:27PM UTC
jQuery 1.3 Beta 1 "unrecognized expression"
Reported by: | vlad | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | selector | Version: | |
Keywords: | Cc: | vlad | |
Blocked by: | Blocking: |
Description
While re-testing to see if the 1.3b1 fixes the #3167 bug found, that the 1.3 code does not parse the test case from that ticket. It gives the "uncaught exception: Syntax error, unrecognized expression: [@id*='link-1']" on load in FFX 3.0.5. I have re-attached the test here pointing to the new library.
The expected behavior is to load without errors and slowly show the "Test Link 1" text in color.
The @ syntax for specifying attributes was deprecated several versions ago in favor of the standard CSS syntax. If you remove the @ does your test work?