質問編集履歴

2

追記

2019/07/05 13:38

投稿

panchan817
panchan817

スコア13

test CHANGED
File without changes
test CHANGED
@@ -308,28 +308,6 @@
308
308
 
309
309
  追記>
310
310
 
311
- jquery-1.11.1.min.js:4 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
312
-
313
- send @ jquery-1.11.1.min.js:4
314
-
315
- jquery-1.11.1.min.js:4 Uncaught SyntaxError: Unexpected identifier
316
-
317
- at eval (<anonymous>)
318
-
319
- at jquery-1.11.1.min.js:2
320
-
321
- at Function.globalEval (jquery-1.11.1.min.js:2)
322
-
323
- at text script (jquery-1.11.1.min.js:4)
324
-
325
- at Pc (jquery-1.11.1.min.js:4)
326
-
327
- at x (jquery-1.11.1.min.js:4)
328
-
329
- at b (jquery-1.11.1.min.js:4)
330
-
331
- at Object.send (jquery-1.11.1.min.js:4)
332
-
333
- at Function.ajax (jquery-1.11.1.min.js:4)
334
-
335
- at Function.m._evalUrl (jquery-1.11.1.min.js:4)
311
+ すみません。デベロッパーツールでしっかり”Uncaught SyntaxError”と出ていました。
312
+
313
+ 調べて出直してきます。

1

すみません。デベロッパーツール側でUncaught SyntaxError:が出ていました。内容を調べて頑張ります。

2019/07/05 13:38

投稿

panchan817
panchan817

スコア13

test CHANGED
File without changes
test CHANGED
@@ -303,3 +303,33 @@
303
303
  通信ができていないかと思ったが、$(document)ready(){の直後アラートを置いても呼び出されず
304
304
 
305
305
  各URLに直接アクセスすると、アクセス可能(getFirstListのjsonも正しく返る)
306
+
307
+
308
+
309
+ 追記>
310
+
311
+ jquery-1.11.1.min.js:4 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
312
+
313
+ send @ jquery-1.11.1.min.js:4
314
+
315
+ jquery-1.11.1.min.js:4 Uncaught SyntaxError: Unexpected identifier
316
+
317
+ at eval (<anonymous>)
318
+
319
+ at jquery-1.11.1.min.js:2
320
+
321
+ at Function.globalEval (jquery-1.11.1.min.js:2)
322
+
323
+ at text script (jquery-1.11.1.min.js:4)
324
+
325
+ at Pc (jquery-1.11.1.min.js:4)
326
+
327
+ at x (jquery-1.11.1.min.js:4)
328
+
329
+ at b (jquery-1.11.1.min.js:4)
330
+
331
+ at Object.send (jquery-1.11.1.min.js:4)
332
+
333
+ at Function.ajax (jquery-1.11.1.min.js:4)
334
+
335
+ at Function.m._evalUrl (jquery-1.11.1.min.js:4)