Modify ↓
Ticket #11837 (closed bug: invalid)
selector not working for long ids
| Reported by: | reuben@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | selector | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
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.

It chokes on the =
From the jQuery selectors docs:
If you escape the = with \\ it works.