jquery set select readonly

Solutions on MaxInterview for jquery set select readonly by the best coders in the world

showing results for - "jquery set select readonly"
Joan
21 Oct 2020
1$('#dropdown').attr("disabled", true); 
2
3// Drop down is always read only. What you can do is disable it