jQuery 1.6 이상
$(
"#Div"
).find(
"input, select, button, textarea"
).prop(
"disabled"
,
true
);
'js > jQuery' 카테고리의 다른 글
[jquery][ajax] promise 로 ajax result 리턴하기 (0) | 2017.03.16 |
---|---|
[jquery] get specific option tag text (0) | 2017.03.03 |
Uncaught TypeError: Cannot use 'in' operator to search for (0) | 2017.03.03 |
[tooltipster] 툴팁 안에서 링크, 스크립트 실행 (0) | 2016.12.17 |
[validate] 예제 (0) | 2016.08.09 |