asked on May 22, 2014
I am using the following JavaScript to set fields as Read-only. When adding the class read-only to a fields CSS value, it should make the field read-only. The problem is that it does not seem to be getting applied to drop-down fields.
//make fields with read-only class read-only $(".read-only *").prop("readonly", true);
Am I missing something?
0
0