mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 New Issue
Block a user