Skip to main content

Bug Tracker

Side navigation

#12364 closed bug (invalid)

Opened August 21, 2012 03:18PM UTC

Closed August 21, 2012 04:11PM UTC

option:[value= does not work in jquery 1.8, worked in 1.7.2

Reported by: octatone Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.0
Keywords: Cc:
Blocked by: Blocking:
Description

Example case:

http://jsbin.com/awetuy/3/edit

Error thrown is "Syntax error, unrecognized expression: :[value=\\"weekly\\"]" in all version of 1.8. Works fine in 1.7.2

Attachments (0)
Change History (1)

Changed August 21, 2012 04:11PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

That is a bug in the old version, not the new one. The selector **does** have a syntax error. I think you meant 'option[value="weekly"]' right?