You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
equal(div.text(),"a"+nbsp+"b"+nbsp+"c","Appending mixed jQuery with text nodes");
1943
+
1944
+
div=jQuery("<div><div></div></div>")
1945
+
.find("div")
1946
+
.after("<p>a</p>","<p>b</p>")
1947
+
.parent();
1948
+
equal(div.find("*").length,3,"added 2 paragraphs after inner div");
1949
+
});
1950
+
1937
1951
testIframeWithCallback("buildFragment works even if document[0] is iframe's window object in IE9/10 (#12266)","manipulation/iframe-denied.html",function(test){
0 commit comments