質問するログイン新規登録

回答編集履歴

1

リンク追加

2019/03/29 02:28

投稿

x_x
x_x

スコア13749

answer CHANGED
@@ -2,4 +2,6 @@
2
2
  ```jQuery
3
3
  return $.ajax({ ... });
4
4
  ```
5
- if で通らなかったりするなら別途 Deferred を用意して返してあげるといいかも知れません。
5
+ if で通らなかったりするなら別途 Deferred を用意して返してあげるといいかも知れません。
6
+
7
+ [https://api.jquery.com/category/deferred-object/](https://api.jquery.com/category/deferred-object/)