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: server/documents/behaviors/api.html.eco
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -970,7 +970,14 @@ type : 'UI Behavior'
970
970
</h2>
971
971
972
972
<h4 class="ui header">
973
-
Behavior
973
+
AJAX
974
+
</h4>
975
+
<div class="ui info message">
976
+
You can pass in any standard <a href="http://api.jquery.com/jquery.ajax/">jQuery AJAX setting</a> like <code>timeout</code> or <code>contentType</code> to API's settings and it will be automatically passed to the request's AJAX call.
0 commit comments