Made a note about the push method.
This commit is contained in:
parent
fa615bedd4
commit
1eae1541b8
|
@ -266,6 +266,8 @@ jQuery.fn = jQuery.prototype = {
|
|||
return this.prevObject || jQuery( [] );
|
||||
},
|
||||
|
||||
// For internal use only.
|
||||
// Behaves like an Array's .push method, not like a jQuery method.
|
||||
push: [].push,
|
||||
|
||||
find: function( selector ) {
|
||||
|
|
Loading…
Reference in a new issue