Bug Tracker

Opened 16 years ago

Closed 16 years ago

#1543 closed bug (fixed)

Find bug incorrectly matches certain IDs

Reported by: yehuda Owned by: john
Priority: major Milestone: 1.2
Component: core Version: 1.1.4
Keywords: Cc:
Blocked by: Blocking:

Description

$("div#foo") doesn't match <p id="foo">

However,

$("body").find("div#foo") does.

Change History (2)

comment:1 Changed 16 years ago by john

Owner: set to john

comment:2 Changed 16 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN rev [2920].

Note: See TracTickets for help on using tickets.