#7820 closed bug (duplicate)
jQuery find by ID fails when ID contains dots / "." / periods
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery does not find the ID "foo.bar" whereas document.getElementById() does. This is a major bug because it makes jQuery incompatible with existing sites/frameworks/libraries (like the one I am trying to minimally retrofit over jQuery).
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #7533.