Modify ↓
Ticket #7740 (closed bug: duplicate)
.find() sometimes does not find descendants
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.6 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
If used with an element that contains "." in its id, find() doesn't find descendant elements anymore in version 1.4.4. The descendants are found though, when using find() on the parent of the original element.
Testcase: http://jsfiddle.net/MD7bU/1/
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.

Fixed on development version