From: John Resig Date: Sat, 26 Aug 2006 22:39:14 +0000 (+0000) Subject: Added .not() test case. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;ds=sidebyside;h=0382a490f5e5ee781098981db050a23d4f2e5a36;p=jquery.git Added .not() test case. --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index ef55567..a204992 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