[jQuery] select option

프로그래밍/Web 2009. 5. 14. 14:03 Posted by galad
출처: 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}");

좋군...