In my php-file, I want to use the jQuery Datepicker.
When my file loads, I create the Datepicker disabled.
Then, when a special field in my php-file (it is a
Also set the field to disabled when you disable the datePicker e.g
$("input").prop('disabled', true);
To stop the image being clickable you could unbind the click event on that
$('img#').unbind('click');