카테고리 없음

[jquery] attr

도정우 2017. 6. 23. 18:40

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



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

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