asked on February 15, 2017
I am using
$('.ro input').attr('readonly', true);
to make multiple fields read only which works perfectly until it encounters a multi-line field. All other fields are made read-only except the multi-line fields. Is there a specific way to target multi-line fields?
0
0