Hi All,
I am using the jquery.dates plug-in (http://grover.open2space.com/
jquery.dates/documentation) with jQuery 1.3.  To get started I just
wanted to get the samples.html pagre up and working.  It is working in
FF with no problems, but in IE7 I get the "object does not support
this property or method" error on line 29

27: <script type="text/javascript">
28:   $(document).ready( function () {
29:   $("#sample1").datePicker();
30:   $("#sample2").datePicker({format: "yyyy.mm.dd"});
31:   $("#anchorSample3").datePicker({parent: $("#sample3")[0]});

I'm not sure why IE7 error on datePicker.   Does it have somethign to
do with the $(document).ready( function () part?

Thanks
Ryan

Reply via email to