Added .not() test case.
authorJohn Resig <jeresig@gmail.com>
Sat, 26 Aug 2006 22:39:14 +0000 (22:39 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 26 Aug 2006 22:39:14 +0000 (22:39 +0000)
src/jquery/jquery.js

index ef55567..a204992 100644 (file)
@@ -637,6 +637,7 @@ jQuery.fn = jQuery.prototype = {
         * @example $("p").not("#selected")
         * @before <p>Hello</p><p id="selected">Hello Again</p>
         * @result [ <p>Hello</p> ]
+        * @test cmpOK($("#main > p#ap > a").not("#google").length, "==", 2, ".not")
         *
         * @name not
         * @type jQuery