[jQuery] jquery.dates

2009-03-18 Thread RyanEv
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

[jQuery] jquery.dates

2009-03-19 Thread RyanEv
All, I'm having an issue with the jquery.dates plug-in (http:// grover.open2space.com/jquery.dates/home). What is strange is that the error only happens in IE and not in FF. Everything plays nice in FF. The error I am getting in IE is the "the object does not support this property or method" on

[jQuery] Re: jquery.dates

2009-03-19 Thread RyanEv
; > > }); > > worth a quick try, at least. I've also had to use a setTimeout like that > for IE when there was Flash on the page. > > - Jack > > > > RyanEv wrote: > > All, > > I'm having an issue with the jquery.dates plug-in (http:// > > g

[jQuery] Re: jquery.dates

2009-03-20 Thread RyanEv
Anyone have any other ideas? On Mar 19, 2:53 pm, RyanEv wrote: > I still get the same error on the datePicker line. > > $(document).ready( function () >         { >                       setTimeout(function(){ >                       $("#sample1").datePick