Side navigation
#755 closed bug (fixed)
Opened January 05, 2007 08:20PM UTC
Closed January 07, 2007 10:53PM UTC
Last modified June 20, 2007 06:39AM UTC
$("foo").find("foo") returns weird results
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1a |
Component: | core | Version: | 1.1a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When an initial selector doesn't return any results, future selectors will simply return an array, of length one, that has a value of undefined. You can test it like so:
$("foo").find("foo") or
$("foo").find("div")
Attachments (0)
Change History (1)
Changed January 07, 2007 10:53PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN.