Re: Selectors: name find method and find signature

On Wed, Sep 11, 2013 at 12:39 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> That helps when you've *already* run findAll() once, and need to run
> it again on the results, but it doesn't help at all when you're
> starting with a set of elements, unless we perhaps make a
> constructable NodeList and force people to pass their array through
> that first.

Right, Elements, https://gist.github.com/domenic/5864658 has a sketch,
which is the name of this new Array subclass, can be constructed just
like an Array can.


-- 
http://annevankesteren.nl/

Received on Wednesday, 11 September 2013 12:24:19 UTC