Side navigation
#11400 closed bug (duplicate)
Opened February 27, 2012 03:34PM UTC
Closed July 10, 2012 03:13AM UTC
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/.
Attachments (0)
Change History (3)
Changed February 27, 2012 03:53PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → low |
status: | new → open |
Changed June 19, 2012 06:41AM UTC by comment:2
milestone: | None → 1.next |
---|---|
owner: | → timmywil |
status: | open → assigned |
Changed July 10, 2012 03:13AM UTC by comment:3
resolution: | → duplicate |
---|---|
status: | assigned → closed |
Ported to Sizzle issue https://github.com/jquery/sizzle/issues/121
Confirmed. http://jsfiddle.net/timmywil/ePmxJ/2/