Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed docs breaking xml docs
  • Loading branch information
jzaefferer committed Feb 27, 2007
1 parent 9297327 commit 2cefce0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/jquery/jquery.js
Expand Up @@ -932,10 +932,6 @@ jQuery.fn = jQuery.prototype = {
* Please note: the expression cannot use a reference to the
* element name. See the two examples below.
*
* This will not work: $(".res img").not("img[@src$=on]")
*
* This will: $(".res img").not("[@src$=on]"); // also could be written $(".res img:not([@src$=on])")
*
* @example $("p").not( $("div p.selected") )
* @before <div><p>Hello</p><p class="selected">Hello Again</p></div>
* @result [ <p>Hello</p> ]
Expand Down

0 comments on commit 2cefce0

Please sign in to comment.