SelectorMixin extension

on

Methods

adjacentSibling(Selector next) → Selector

Available on Selector, provided by the SelectorMixin extension

child(Selector next) → Selector

Available on Selector, provided by the SelectorMixin extension

className(String className) → Selector

Available on Selector, provided by the SelectorMixin extension

descendant(Selector next) → Selector

Available on Selector, provided by the SelectorMixin extension

dot(String className) → Selector

Available on Selector, provided by the SelectorMixin extension

id(String id) → Selector

Available on Selector, provided by the SelectorMixin extension

sibling(Selector next) → Selector

Available on Selector, provided by the SelectorMixin extension

tag(String tag) → Selector

Available on Selector, provided by the SelectorMixin extension