質問編集履歴
1
HTMLの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -24,6 +24,16 @@
|
|
24
24
|
### 該当のソースコード
|
25
25
|
|
26
26
|
```ここに言語名を入力
|
27
|
+
<form id="form7">
|
28
|
+
<select id="activeSelect" hidden>
|
29
|
+
<option value="">初期位置</option>
|
30
|
+
<option value="1st"></option>
|
31
|
+
<option value="2nd"></option>
|
32
|
+
</select>
|
33
|
+
</form>
|
34
|
+
|
35
|
+
----------------------------------------------------------------------
|
36
|
+
|
27
37
|
function pushAlp(stastr1, stastr2, stastr3) {
|
28
38
|
$('#activeSelect').attr('hidden', false);
|
29
39
|
$('#button2').attr('hidden', false);
|