프로그래밍/Web
[jQuery] select option
galad
2009. 5. 14. 14:03
출처: http://www.texotela.co.uk/code/jquery/select/
// 이메일
$("#email_select").selectOptions("${email_select}");
$("#email2").val("${email2}");
// 생일
$("#birth1").selectOptions("${birth1}");
$("#birth2").selectOptions("${birth2}");
$("#birth3").selectOptions("${birth3}");
좋군...
// 이메일
$("#email_select").selectOptions("${email_select}");
$("#email2").val("${email2}");
// 생일
$("#birth1").selectOptions("${birth1}");
$("#birth2").selectOptions("${birth2}");
$("#birth3").selectOptions("${birth3}");
좋군...