Skip to content

Commit

Permalink
:not allows compound selectors now
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedarren authored and cpojer committed Aug 5, 2011
1 parent 4eaab4e commit b28567b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/Slick/Slick.md
Expand Up @@ -142,7 +142,7 @@ Matches all the Elements which contains the text.
Selector: not {#Selector:not}
-------------------------------------

Matches all elements that do not match the single selector.
Matches all elements that do not match the selector.

### Usage:

Expand All @@ -156,7 +156,7 @@ Matches all elements that do not match the single selector.

myElement.getElements(':not(a)');

$$(':not(ul li)'); // NOT allowed! Only single selectors might be passed.
$$(':not(ul li)');


Selector: nth-child {#Selector:nth-child}
Expand Down

0 comments on commit b28567b

Please sign in to comment.