Answers for "jquery readonly html"

4

how to set element readonly using jquery

To make an input readonly use: $("#fieldName"). attr('readonly','readonly');
Posted by: Guest on April-28-2021
0

how to set element readonly in jquery

$("#field").attr('readonly','readonly');
Posted by: Guest on February-20-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language