Masked Phone number text field becomes editable even though its applied with readonly property.
How to solve this issue. It happens only in IE9 browser.
$("#stdphone").attr('readonly', true)
Masked Phone number text field becomes editable even though its applied with readonly property.
How to solve this issue. It happens only in IE9 browser.
$("#stdphone").attr('readonly', true)
try this if its working in IE9:
$("#stdphone").attr('readonly', 'readonly');