Opened 11 years ago
Closed 11 years ago
#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: | ||
Blocked by: | Blocking: |
Description
When jQuery elements have a backslash in their ID, the .find function doesn't work. See http://jsfiddle.net/ePmxJ/.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 11 years ago by
Milestone: | None → 1.next |
---|---|
Owner: | set to timmywil |
Status: | open → assigned |
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Ported to Sizzle issue https://github.com/jquery/sizzle/issues/121
Note: See
TracTickets for help on using
tickets.
Confirmed. http://jsfiddle.net/timmywil/ePmxJ/2/