回答編集履歴

1

selectedをcheckedに修正

2015/10/05 08:28

投稿

NIA
NIA

スコア181

test CHANGED
@@ -180,7 +180,7 @@
180
180
 
181
181
  type:
182
182
 
183
- <label for="radio_u"><input type="radio" id="radio_u" name="types" selected/>update</label>
183
+ <label for="radio_u"><input type="radio" id="radio_u" name="types" checked />update</label>
184
184
 
185
185
  <label for="radio_d"><input type="radio" id="radio_d" name="types" />delete</label>
186
186