$("#ID option:selected").val();
$("#ID option:selected").text();
$("#ID").find(":selected").val();
$("#ID").find("option:selected").val();
$(":selected").val();
$("select option:selected").val();
$("select[name='NAME']").val();
'[ Web 관련 ] > jQuery' 카테고리의 다른 글
chart.js 관련 (0) | 2019.05.29 |
---|---|
class 바꿀때, style 교체 (0) | 2019.01.16 |
뒤에서 부터 문자 자르기 (0) | 2018.12.19 |
input[type=file] 초기화하기 (0) | 2018.11.23 |
제이쿼리 유효성 검사 (0) | 2018.11.20 |