Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#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)

jqselecttest.html (564 bytes) - added by vlad 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by vlad

Attachment: jqselecttest.html added

comment:1 Changed 14 years ago by dmethvin

Cc: vlad added

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?

comment:2 Changed 14 years ago by dmethvin

Resolution: invalid
Status: newclosed

Yep.

comment:3 Changed 14 years ago by vlad

Cool, it does work. Great, thank you!

Note: See TracTickets for help on using tickets.