#3753 closed bug (invalid)
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.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | jqselecttest.html added |
---|
comment:1 Changed 14 years ago by
Cc: | vlad added |
---|
Note: See
TracTickets for help on using
tickets.
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?