JS
[jQuery] selectbox 제어
whypy
2014. 5. 28. 10:58
// value로 select 하기
$(selector).val(value).attr("selected", "selected");
반응형