質問編集履歴
1
不要部分の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -136,7 +136,7 @@
|
|
136
136
|
|
137
137
|
$(this).children('div').eq(2).remove(); //配列n個目削除
|
138
138
|
|
139
|
-
const insetClass = ['
|
139
|
+
const insetClass = ['xxx', 'yyy', 'zzz'];
|
140
140
|
|
141
141
|
for (let i=0; i<insetClass.length; i++){
|
142
142
|
|