Answers for "how to find readonly in html page using attribute jquery"

1

add readonly attribute jquery

$(input).attr('readonly', true);
Posted by: Guest on June-11-2020
0

add readonly attribute jquery

$('#inputId').attr('readonly', true);
Posted by: Guest on March-27-2022

Code answers related to "how to find readonly in html page using attribute jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language