質問編集履歴
7
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,10 +1,6 @@
|
|
1
1
|
### jQueryを使ってフォームの追加とnameの変更をしたいです。
|
2
2
|
|
3
3
|
Laravelを使用しています。
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
![イメージ説明](b507315cd59106aaedced53264b1e57b.png)
|
8
4
|
|
9
5
|
|
10
6
|
|
6
詳細な情報の追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
5
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
```Blade
|
15
|
+
```Blade
|
16
16
|
|
17
17
|
<div class="area_question_group_360" id="group1">
|
18
18
|
|
4
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
```Blade
|
15
|
+
```Blade.php
|
16
16
|
|
17
17
|
<div class="area_question_group_360" id="group1">
|
18
18
|
|
@@ -60,9 +60,7 @@
|
|
60
60
|
|
61
61
|
</div>
|
62
62
|
|
63
|
-
```
|
64
63
|
|
65
|
-
```jquery
|
66
64
|
|
67
65
|
<!-- 設問グループを複数入力する際のスクリプト -->
|
68
66
|
|
@@ -132,8 +130,6 @@
|
|
132
130
|
|
133
131
|
</script>
|
134
132
|
|
135
|
-
|
136
|
-
|
137
133
|
```
|
138
134
|
|
139
135
|
|
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,6 @@
|
|
1
1
|
### jQueryを使ってフォームの追加とnameの変更をしたいです。
|
2
|
+
|
3
|
+
Laravelを使用しています。
|
2
4
|
|
3
5
|
|
4
6
|
|
@@ -10,7 +12,7 @@
|
|
10
12
|
|
11
13
|
|
12
14
|
|
13
|
-
```
|
15
|
+
```Blade
|
14
16
|
|
15
17
|
<div class="area_question_group_360" id="group1">
|
16
18
|
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
```
|
13
|
+
```html
|
14
14
|
|
15
15
|
<div class="area_question_group_360" id="group1">
|
16
16
|
|
@@ -57,6 +57,10 @@
|
|
57
57
|
</div>
|
58
58
|
|
59
59
|
</div>
|
60
|
+
|
61
|
+
```
|
62
|
+
|
63
|
+
```jquery
|
60
64
|
|
61
65
|
<!-- 設問グループを複数入力する際のスクリプト -->
|
62
66
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -71,8 +71,6 @@
|
|
71
71
|
selector = "#group"+(classLength); //1つ前のID名 #company1, 2
|
72
72
|
|
73
73
|
newSelector = "group"+(classLength + 1); //新しいID company2,3
|
74
|
-
|
75
|
-
groupNumber = classLength - 1;
|
76
74
|
|
77
75
|
//クローン処理
|
78
76
|
|