Modify ↓
Ticket #11400 (closed bug: duplicate)
The .find function fail when nodes have an ID containing a \
| Reported by: | jlanglade | Owned by: | timmywil |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When jQuery elements have a backslash in their ID, the .find function doesn't work. See http://jsfiddle.net/ePmxJ/.
Change History
comment:1 Changed 15 months ago by timmywil
- Priority changed from undecided to low
- Status changed from new to open
- Component changed from unfiled to selector
comment:2 Changed 11 months ago by timmywil
- Owner set to timmywil
- Status changed from open to assigned
- Milestone changed from None to 1.next
comment:3 Changed 11 months ago by timmywil
- Status changed from assigned to closed
- Resolution set to duplicate
Ported to Sizzle issue https://github.com/jquery/sizzle/issues/121
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.

Confirmed. http://jsfiddle.net/timmywil/ePmxJ/2/