質問編集履歴

2

エラー文追記

2017/04/19 06:27

投稿

jeaw
jeaw

スコア11

test CHANGED
File without changes
test CHANGED
@@ -83,3 +83,31 @@
83
83
  });
84
84
 
85
85
  ```
86
+
87
+ ###エラー内容
88
+
89
+ ```ここに言語を入力
90
+
91
+ ncaught RangeError: Maximum call stack size exceeded
92
+
93
+ at RegExp.[Symbol.match] (<anonymous>)
94
+
95
+ at String.match (native)
96
+
97
+ at L (file:///C:/~/static/js/jquery-3.1.1.min.js:2:27768)
98
+
99
+ at Function.r.Callbacks (file:///C:/~/static/js/jquery-3.1.1.min.js:2:27852)
100
+
101
+ at Function.Deferred (file:///C:/~/static/js/jquery-3.1.1.min.js:2:29128)
102
+
103
+ at hb (file:///C:/~/static/js/jquery-3.1.1.min.js:3:27062)
104
+
105
+ at HTMLImageElement.g (file:///C:/~/static/js/jquery-3.1.1.min.js:3:29306)
106
+
107
+ at Function.dequeue (file:///C:/~/static/js/jquery-3.1.1.min.js:3:3171)
108
+
109
+ at HTMLImageElement.e.complete (file:///C:/~/static/js/jquery-3.1.1.min.js:3:29074)
110
+
111
+ at i (file:///C:/~/static/js/jquery-3.1.1.min.js:2:27983)
112
+
113
+ ```

1

クラス間違い

2017/04/19 06:27

投稿

jeaw
jeaw

スコア11

test CHANGED
File without changes
test CHANGED
@@ -40,9 +40,9 @@
40
40
 
41
41
  if(win > 767){
42
42
 
43
- $('.btn-gotop').show().addClass('pagetop');
43
+ $('.gotop').show().addClass('pagetop');
44
44
 
45
- $('.btn-gotop-sp').hide().removeClass('pagetop');
45
+ $('.gotop-sp').hide().removeClass('pagetop');
46
46
 
47
47
  //ここの部分を外すとエラーは表示されない
48
48