I am using the following statement to make it readonly but it is not working.
$(\'#cf_1268591\').attr(\"readonly\", \"readonly\");
I don\
html5 supporting :
` $("#cCity").attr("disabled", "disabled"); $("#cCity").addClass('not-allow');
`