Skip to content
Permalink
Browse files
Added .not() test case.
  • Loading branch information
jeresig committed Aug 26, 2006
1 parent 0f458cf commit 0382a49
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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

0 comments on commit 0382a49

Please sign in to comment.