how to set element readonly using jquery

Solutions on MaxInterview for how to set element readonly using jquery by the best coders in the world

showing results for - "how to set element readonly using jquery"
Céline
04 Jan 2019
1To make an input readonly use: $("#fieldName"). attr('readonly','readonly');