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
$( ".log" ).text( "Triggered ajaxComplete handler. The result is " +
41
-
xhr.responseHTML );
41
+
xhr.responseText );
42
42
}
43
43
});
44
44
</code></pre>
45
-
<p><strong>Note:</strong> You can get the returned ajax contents by looking at <code>xhr.responseXML</code> or <code>xhr.responseHTML</code> for xml and html respectively.</p>
45
+
<p><strong>Note:</strong> You can get the returned ajax contents by looking at <code>xhr.responseText</code>.</p>
0 commit comments