From 9ee8ecaedb215aae8545e4d964d4fd03bb32fc4d Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Sun, 6 Jul 2014 16:01:16 +0100 Subject: [PATCH] Improved documentation of .not() Improved the documentation of .not() to address issue #452. --- entries/not.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/entries/not.xml b/entries/not.xml index dec089f6..6b5cf416 100644 --- a/entries/not.xml +++ b/entries/not.xml @@ -3,14 +3,11 @@ .not() 1.0 - - A string containing a selector expression to match elements against. - - - - 1.0 - - One or more DOM elements to remove from the matched set. + + A string containing a selector expression, a DOM element, or an array of elements to match against the set. + + +