mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fixed list of destructive methods in end() docs
This commit is contained in:
parent
757138f216
commit
1c42201d7a
28
src/jquery/jquery.js
vendored
28
src/jquery/jquery.js
vendored
@ -774,30 +774,10 @@ jQuery.fn = jQuery.prototype = {
|
|||||||
* If there was no destructive operation before, an empty set is returned.
|
* If there was no destructive operation before, an empty set is returned.
|
||||||
*
|
*
|
||||||
* A 'destructive' operation is any operation that changes the set of
|
* A 'destructive' operation is any operation that changes the set of
|
||||||
* matched jQuery elements. These functions are:
|
* matched jQuery elements. These functions are: <code>add</code>,
|
||||||
* These functions are:
|
* <code>children</code>, <code>clone</code>, <code>filter</code>,
|
||||||
*
|
* <code>find</code>, <code>not</code>, <code>next</code>,
|
||||||
* <code>add</code>
|
* <code>parent</code>, <code>parents</code>, <code>prev</code> and <code>siblings</code>.
|
||||||
*
|
|
||||||
* <code>children</code>
|
|
||||||
*
|
|
||||||
* <code>clone</code>
|
|
||||||
*
|
|
||||||
* <code>filter</code>
|
|
||||||
*
|
|
||||||
* <code>find</code>
|
|
||||||
*
|
|
||||||
* <code>not</code>
|
|
||||||
*
|
|
||||||
* <code>next</code>
|
|
||||||
*
|
|
||||||
* <code>parent</code>
|
|
||||||
*
|
|
||||||
* <code>parents</code>
|
|
||||||
*
|
|
||||||
* <code>prev</code>
|
|
||||||
*
|
|
||||||
* <code>siblings</code>
|
|
||||||
*
|
*
|
||||||
* @example $("p").find("span").end();
|
* @example $("p").find("span").end();
|
||||||
* @before <p><span>Hello</span>, how are you?</p>
|
* @before <p><span>Hello</span>, how are you?</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user