Opened 10 years ago
Closed 10 years ago
#12364 closed bug (invalid)
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
Note: See
TracTickets for help on using
tickets.
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?