Combinators - mootools/slick GitHub Wiki
| Selector | Description | Reverse |
|---|---|---|
| ‘!’ | Reverse | N/A |
| ‘>’ | Direct child | Direct parent |
| ‘+’ | Next sibling | Previous sibling |
| ‘^’ | First child | Last child |
| ‘~’ | Following siblings | Preceding siblings |
| ‘++’ | Next and Previous siblings | N/A |
| ‘~~’ | All Following and Preceding siblings | N/A |