diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index ef555674..a204992a 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