Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#755 closed bug (fixed)

$("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")

Change History (1)

comment:1 Changed 17 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN.

Note: See TracTickets for help on using tickets.