Search

'Selectbox'에 해당되는 글 1건

  1. 2009.05.14 [jQuery] select option

[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}");

좋군...