본문 바로가기

카테고리 없음

[jquery] attr

$('#id").attr("readonly" true);



$('#id").attr("disabled" true);

$('#id").attr("disabled" false);