Kaynağa Gözat

don't prefilter hxtml (like in jq 3.5+) - faster

Nicolas Cannasse 3 yıl önce
ebeveyn
işleme
cf873932cc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      bin/libs/jquery-3.2.1.js

+ 1 - 1
bin/libs/jquery-3.2.1.js

@@ -5819,7 +5819,7 @@ function remove( elem, selector, keepData ) {
 
 jQuery.extend( {
 	htmlPrefilter: function( html ) {
-		return html.replace( rxhtmlTag, "<$1></$2>" );
+		return html;
 	},
 
 	clone: function( elem, dataAndEvents, deepDataAndEvents ) {