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
Copy file name to clipboardExpand all lines: categories.xml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -619,6 +619,13 @@ var files = event.originalEvent.dataTransfer.files;
619
619
<hr/>
620
620
]]></desc>
621
621
</category>
622
+
<categoryname="Version 3.8"slug="3.8">
623
+
<desc><![CDATA[
624
+
<div id="version-support-warning" class="warning"><i class="icon-info-sign"></i> <span>This version has not been released yet. Behavior may change before the final release.</span></div>
625
+
<p>All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.</p>
626
+
<hr/>
627
+
]]></desc>
628
+
</category>
622
629
<categoryname="Version 4.0"slug="4.0">
623
630
<desc><![CDATA[
624
631
<p>Aspects of the API that were changed in the corresponding version of jQuery.</p>
@@ -629,6 +636,13 @@ var files = event.originalEvent.dataTransfer.files;
629
636
<hr/>
630
637
]]></desc>
631
638
</category>
639
+
<categoryname="Version 4.1"slug="4.1">
640
+
<desc><![CDATA[
641
+
<div id="version-support-warning" class="warning"><i class="icon-info-sign"></i> <span>This version has not been released yet. Behavior may change before the final release.</span></div>
642
+
<p>All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.</p>
<li><code>responses</code> (Optional) is An object containing dataType/value that contains the response in all the formats the transport could provide (for instance, a native XMLHttpRequest object would set responses to <code>{ xml: XMLData, text: textData }</code> for a response that is an XML document)</li>
52
52
<li><code>headers</code> (Optional) is a string containing all the response headers if the transport has access to them (akin to what <code>XMLHttpRequest.getAllResponseHeaders()</code> would provide).</li>
53
53
</ul>
54
+
<p>An older, positional-arguments form is also supported:</p>
<p>The parameters have the same meaning as the object properties described above. Both calling conventions are supported; jQuery detects which one is used by checking whether the first argument is an object.</p>
54
59
<p>Just like prefilters, a transport's factory function can be attached to a specific dataType:</p>
0 commit comments