From 7eb7c9555e43af8b43fdb9cfe11461e9f757ffb6 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 2 Jul 2017 13:23:58 -0700 Subject: [PATCH] Fixes Semantic-UI/#5121 jQuery AJAX settings not documented --- server/documents/behaviors/api.html.eco | 9 +++- server/documents/hotfix.html.eco | 55 +++++-------------------- 2 files changed, 18 insertions(+), 46 deletions(-) mode change 100644 => 100755 server/documents/hotfix.html.eco diff --git a/server/documents/behaviors/api.html.eco b/server/documents/behaviors/api.html.eco index 975f9b32e4..d0a733cf82 100755 --- a/server/documents/behaviors/api.html.eco +++ b/server/documents/behaviors/api.html.eco @@ -970,7 +970,14 @@ type : 'UI Behavior'

- Behavior + AJAX +

+
+ You can pass in any standard jQuery AJAX setting like timeout or contentType to API's settings and it will be automatically passed to the request's AJAX call. +
+ +

+ API

diff --git a/server/documents/hotfix.html.eco b/server/documents/hotfix.html.eco old mode 100644 new mode 100755 index fb24201f39..f74fe1706b --- a/server/documents/hotfix.html.eco +++ b/server/documents/hotfix.html.eco @@ -7,56 +7,21 @@ title : 'Test Page' type : 'Library' ---
-
- 1. After "First" tab is clicked, click the "ClickMe" button. Alert will appear
- 2. BUG: When "First" tab is clicked on again, button stops working. Changing cacheType doesnt change anything!
- 3. The goal is to run JS once and then leave it be. So scripts must be evaluated once and tab should not reload, if focused on again. + - - -
- -
-
- +
+