Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
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.

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?