Side navigation
#1543 closed bug (fixed)
Opened August 27, 2007 03:55AM UTC
Closed August 30, 2007 10:26PM UTC
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.