mirror of
https://github.com/jquery/jquery.git
synced 2025-12-28 13:20:30 +00:00
Manipulation: re-expose domManip until 3.0
Fixes gh-2225
This commit is contained in:
parent
b4e139cb7b
commit
6ed6bc335f
@ -307,6 +307,10 @@ jQuery.extend( {
|
||||
} );
|
||||
|
||||
jQuery.fn.extend( {
|
||||
|
||||
// Keep domManip exposed until 3.0 (gh-2225)
|
||||
domManip: domManip,
|
||||
|
||||
detach: function( selector ) {
|
||||
return remove( this, selector, true );
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user