1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <select class="creditSelect" style="width:99px;" title="고용형태" name="employform"> <option selected>선택</option> <option>정규직</option> <option>계약직</option> <option>임시직</option> <option>기타</option> </select> jQuery(".creditSelect").val("선택").attr("selected", "selected"); | cs |
'World Wide Web > jquery' 카테고리의 다른 글
제이쿼리 팝업창 가운데로 위치 시키기 (0) | 2013.06.21 |
---|---|
[jquery] jquery로 css position띄우기 (0) | 2013.05.07 |
jquery form 값 받아오기(셀렉트박스) (0) | 2013.04.24 |
jquery ajax로 xml파싱하기 (0) | 2013.04.05 |
다양한 jQuery plug-in (0) | 2013.03.22 |