jquery mobile 에서 radio 를 사용하기 위해서는 name가 꼭 들어가야 한다.
저것 땀시 얼마나 헤맸는지 ㅡㅡ
<fieldset data-role="controlgroup" data-type="horizontal">
<input id="write_type" name="write_type" type="radio" value="0" onclick="change_write(0)" checked />
<label for="write_type" data-mini="true" >001</label>
<input id="write_type2" name="write_type" type="radio" value="1" onclick="change_write(1)" />
<label for="write_type2" data-mini="true">002</label>
</fieldset>
jquery mobile swipe 다루기 (0) | 2012.10.30 |
---|---|
jquery mobile 을 이용한 슬라이드 화면전환 (0) | 2012.10.30 |
댓글 영역