Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12440 closed bug (invalid)

Bug in function find()

Reported by: [email protected] 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

Change History (1)

comment:1 Changed 11 years ago by scottgonzalez

Resolution: invalid
Status: newclosed

The only way there can be several items is if multiple elements have the same id, which is invalid.

Note: See TracTickets for help on using tickets.