2009. 6. 2. 20:23, DEV/html/css/js/img
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
checkbox 선택된 값 가져오기 $("input[@name=rList][@checked]").val() checkbox의 value값으로 선택하기 $("input[@name=rList]").filter('input[@value='+sValue+']').attr("checked", "checked");
select box 선택된 값 가져오기 select box의 value값으로 선택하기 $("#ddl > option[@value="+sValue+"]").attr("selected", "true"); |
'DEV > html/css/js/img' 카테고리의 다른 글
[ jquery ] datepicker 옵션 정리 (0) | 2009.08.22 |
---|---|
jquery selector , attrivutes, traversing (0) | 2009.04.13 |
jqueryui 홈페이지 (0) | 2009.04.09 |
Comments, Trackbacks