Slick.Finder

A new standalone selector engine that is totally slick! And it is the new Selector Engine of MooTools

Reversed Combinators are a classification of combinators that are the reverse of their original. They redirect the flow of selectors and combinators to travel up the node tree rather than down. Slick implements these by prepending ! to a selector or combinator.

  • Demo
  • Docs
  • CSS
  • HTML
  • JavaScript

Try a CSS Selector or pick one of the predefined ones.


The elements we search in:

div.chapter > p

div.chapter > p > strong

A Simple table with: table > tr > th:nth-child(3) > strong > a
SomeOtherText
SomeOtherText
SomeOtherText
SomeOtherText
Some text
div