Answers for "how to select readonly html attribute in js"

3

readonly attribute in html by javascript

document.getElementById("yourID").readOnly = true;
Posted by: Guest on November-10-2020

Code answers related to "how to select readonly html attribute in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language