SharePoint calendar control field as Read-Only SharePoint list NewForm

SharePoint calendar control field as Read-Only SharePoint list NewForm

Hi,

I'm using the below script to make DateTimeColumn as read only. It's working fine in firefox & not in IE9.

Calendar icon onclick is not working in IE for date selection.

<script type="text/javascript" src="../../SiteAssets/jquery-1.9.0.js" />
<script> $(document).ready(function () {
      $('input[title="DateTimeColumn"]').attr("disabled","disabled"); });
</script>