Skip to content

Implement the sibling selectors + and ~ #7

@kitsunde

Description

@kitsunde

I attempted to use these because I had two elements like this:

<b class="foo">wrong</b>
<b>right</b>

I need sibling selectors so that I can do:

select( dom, "b.foo ~ b" );

or at least

select( dom, "b.foo + b" );

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