This is my js:
$(document).ready(function() {
$("input#dateTill").datepicker();
});
My HTML:
<input type="text" name="dateTill" id="dateTill" class="input" value="20.1.2011" maxlength="10" size="10" style="margin-left: 0; background: url(images/icons/16_calendar.png) 75px center no-repeat;" />
The datepicker does work in all normal browsers like Firefox, Chrome, Opera. It does not work in IE7 and IE8.
When I click inside the input field, the datepicker window does not appear.
Any ideas? I am using jquery 1.4.4.