datepicker problem in ie6
hi all :)
I have a problem attaching the ui.datepicker to a hidden input, as
described here:
http://marcgrabanski.com/code/ui-datepicker/
this works perfect in ff and ie7, but ie6 tells me that the object
doesn't support the method or property...
the code is very simple
$('#charter_h_data_p').attachDatepicker({
minDate: oggi,
maxDate: new Date(aaaa, 11, 17),
buttonImage: 'images/calendario.gif',
beforeShow: readLinked,
onSelect: updateLinked
});
the variables and functions are defined elsewhere.
I have 3 of these attachDatepicker, and the page loads correctly in
ie6 only if I comment those lines.
I have tried and commented everything else, but this seems to be the
only broken point.
don't know if this is the right place to ask, but maybe someone has an
idea...
thank you very much!
andrea