Modify ↓
Ticket #8196 (closed bug: worksforme)
Regression on Attribute equals Selector
| Reported by: | somr1005@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I used to selected some td like that $(td[date="07/02/2011"])
with a <td class="" date="07/02/2011"> but now I have a Erreur : uncaught exception: Syntax error, unrecognized expression: [date=07/02/2011]
It works fine on 1.4.4
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Thanks for taking the time to contribute to the jQuery project by writing a bug report.
As you didn't provide a test case as described in: How to report bugs I went ahead and made one myself.
This live test case doesn't reproduce the error you described but instead works as expected.
If the error persists for you feel free to report back and by submitting a reduced test case, which reproduces the issue you are experiencing, on http://jsfiddle.net. So that we can investigate this issue further. Also make sure to read the link given below, in order to provide a most useful bug report.
How to report bugs