mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Removed docs breaking xml docs
This commit is contained in:
parent
92973279ea
commit
2cefce05c8
4
src/jquery/jquery.js
vendored
4
src/jquery/jquery.js
vendored
@ -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> ]
|
||||
|
Loading…
Reference in New Issue
Block a user