출처: 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}");
좋군...
'프로그래밍 > Web' 카테고리의 다른 글
[javascript] 정규표현식을 이용한 이메일 형식 체크 (0) | 2009.05.27 |
---|---|
[EL] EL (0) | 2009.05.18 |
[JavaScript] language="JavaScript" type="text/javascript" (0) | 2009.04.07 |
[HTTP] HTTP BASIC-AUTH (0) | 2009.02.27 |
[Servlet] Servlet에서 request의 input stream을 이용해서 읽어들일 때 (0) | 2009.02.19 |