mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 23:18:05 -05:00
Added some extra methods for making result set merging easier.
This commit is contained in:
@@ -267,8 +267,10 @@ jQuery.fn = jQuery.prototype = {
|
||||
},
|
||||
|
||||
// For internal use only.
|
||||
// Behaves like an Array's .push method, not like a jQuery method.
|
||||
// Behaves like an Array's method, not like a jQuery method.
|
||||
push: [].push,
|
||||
sort: [].sort,
|
||||
splice: [].splice,
|
||||
|
||||
find: function( selector ) {
|
||||
if ( this.length === 1 ) {
|
||||
|
||||
Reference in New Issue
Block a user