Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013p
This commit is contained in:
commit
61e80c55df
3 changed files with 86 additions and 64 deletions
|
@ -130,7 +130,7 @@ jQuery.fn = jQuery.prototype = {
|
|||
|
||||
} else {
|
||||
ret = jQuery.buildFragment( [ match[1] ], [ doc ] );
|
||||
selector = (ret.cacheable ? jQuery(ret.fragment).clone()[0] : ret.fragment).childNodes;
|
||||
selector = (ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment).childNodes;
|
||||
}
|
||||
|
||||
return jQuery.merge( this, selector );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue