Opened 11 years ago
Closed 11 years ago
#12440 closed bug (invalid)
Bug in function find()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I speak English very bad :) Bug in function find(); For example: console.log($('#leftmenu').find('#leftmenu_item')); In output one DOM-item, but there are several items actually!
Browser Google Chrome 21.0.1180.83 m JQuery 1.8.1
Note: See
TracTickets for help on using
tickets.
The only way there can be several items is if multiple elements have the same id, which is invalid.