Modify ↓
Ticket #5607 (closed bug: duplicate)
:contains() selector doesn't support parentheses
| Reported by: | Sanity | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
So, it seems I don't actually need quotes when using contains:
$(':contains(foo)') works as expected.
$(':contains("foo")') does the exact same thing.
$(':contains("(foo")') dies with: Syntax error, unrecognized expression: "(assembling")
So I have to wonder, what is the point of the quotes if they don't actually escape anything? Should they be dropped, or should this be fixed to allow parens?
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.
