Side navigation
#12440 closed bug (invalid)
Opened September 01, 2012 08:03PM UTC
Closed September 01, 2012 08:58PM UTC
Bug in function find()
Reported by: | rezon73@gmail.com | 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
Attachments (0)
Change History (1)
Changed September 01, 2012 08:58PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
The only way there can be several items is if multiple elements have the same id, which is invalid.