Skip to content

The constructor should be exposed #5

@domenic

Description

@domenic

That way you can do things like new Elements(document.query('#a'), document.query('#b')).queryAll('.c'). Similar to jQuery's $('#a').add($('#b')).find('.c'). Basically any situation where you might programmatically construct a set of elements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions