質問編集履歴

1

2017/03/21 00:21

投稿

SugiuraY
SugiuraY

スコア318

test CHANGED
File without changes
test CHANGED
@@ -18,9 +18,9 @@
18
18
 
19
19
  <tr>
20
20
 
21
- <td id="td1">金額設定</td>
21
+ <td>金額設定</td>
22
22
 
23
- <td id="td1">
23
+ <td>
24
24
 
25
25
  <select id="select1" size="3" class="" name="">
26
26
 
@@ -62,9 +62,9 @@
62
62
 
63
63
  $('#outputtd1').text(op1);
64
64
 
65
- $('b').remove();
65
+ $('#b').remove();
66
66
 
67
- $('c').remove();
67
+ $('#c').remove();
68
68
 
69
69
  $('#outputtd2').append('<textarea>').attr('id','a');
70
70
 
@@ -82,9 +82,9 @@
82
82
 
83
83
  $('#outputtd1').text(op3);
84
84
 
85
- $('a').remove();
85
+ $('#a').remove();
86
86
 
87
- $('b').remove();
87
+ $('#b').remove();
88
88
 
89
89
  $('#outputtd2').append('<input>').attr('type','text').attr('id','c');;
90
90