mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.
This commit is contained in:
@@ -497,8 +497,7 @@ jQuery.extend({
|
||||
if ( scripts ) {
|
||||
jQuery( scripts ).remove();
|
||||
}
|
||||
return jQuery.merge( [],
|
||||
( parsed.cacheable ? jQuery.clone( parsed.fragment ) : parsed.fragment ).childNodes );
|
||||
return jQuery.merge( [], parsed.childNodes );
|
||||
},
|
||||
|
||||
parseJSON: function( data ) {
|
||||
|
||||
Reference in New Issue
Block a user