I am developing an asp.net page / application. I created a text box that I set as datepicker using datepicker from jqueryui. in firefox and chrome datepicker does not display. in IE9, the date selection displays if I ignore the error. the error is on line 644 in jquery.ui.datepicker.js.
the error code is called here.
inst.dpDiv.zIndex($(input).zIndex()+1);
this is a message displayed by VS when it catches an error
Microsoft JScript runtime error: object does not support this property or method
I am not sure what causes the problem. I searched for problems with zindex, and the ones I find are related to the dialog appearing behind other elements. I do not have it.
jquery jquery-ui datepicker
Michael
source share