X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;h=a204992adf31e65c5754ec93bb95af1eef60d08f;hb=0382a490f5e5ee781098981db050a23d4f2e5a36;hp=ef5556742f168e0d9b73c13cd7226d811a99d9f4;hpb=0f458cf806ed4013dc2ef289c990f3818df0fd25;p=jquery.git 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