Opened 11 years ago
Closed 11 years ago
#11837 closed bug (invalid)
selector not working for long ids
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a long div id and jquery dosn't select it but good old getDocumentById does.
proof: http://jsfiddle.net/FnMxV/1/
firefox 12 (firebug) IE 9
All jQuery versions on jsFiddle fail this
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It chokes on the
=
From the jQuery selectors docs:
If you escape the
=
with\\
it works.