Skip to main content

Bug Tracker

Side navigation

#8196 closed bug (worksforme)

Opened February 07, 2011 03:36PM UTC

Closed February 07, 2011 03:43PM UTC

Regression on Attribute equals Selector

Reported by: somr1005@gmail.com Owned by:
Priority: low Milestone: 1.next
Component: selector Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
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

Attachments (0)
Change History (1)

Changed February 07, 2011 03:43PM UTC by jitter comment:1

component: unfiledselector
priority: undecidedlow
resolution: → worksforme
status: newclosed

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