From: John Resig Date: Sat, 26 Aug 2006 22:39:14 +0000 (+0000) Subject: Added .not() test case. X-Git-Tag: 1.0~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0382a490f5e5ee781098981db050a23d4f2e5a36;p=jquery.git Added .not() test case. --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index ef5556742..a204992ad 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -637,6 +637,7 @@ jQuery.fn = jQuery.prototype = { * @example $("p").not("#selected") * @before

Hello

Hello Again

* @result [

Hello

] + * @test cmpOK($("#main > p#ap > a").not("#google").length, "==", 2, ".not") * * @name not * @type jQuery