본문 바로가기

js/jQuery

Div 전체 Disabled



jQuery 1.6 이상


$(
"#Div").find("input, select, button, textarea").prop("disabled",true);