mirror of
https://github.com/jquery/jquery.git
synced 2026-02-03 06:15:06 -05:00
@@ -1,3 +1,7 @@
|
||||
define([
|
||||
"./core",
|
||||
"./traversing" // parent, contents
|
||||
], function( jQuery ) {
|
||||
jQuery.fn.extend({
|
||||
wrapAll: function( html ) {
|
||||
var wrap;
|
||||
@@ -67,3 +71,4 @@ jQuery.fn.extend({
|
||||
}).end();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user