[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
Thanks Giovanni but it's not a typo mistake, I use exactly the same code I'm using in an other page. By the way I tried without capital P and the result is below: $j(".date-pick").datepicker is not a function $j('.date-pick').datepicker(); Any other idea? PS Anche se adesso vivo in Califor

[jQuery] Re: date picker doesn't work

2008-05-16 Thread Giovanni Battista Lenoci
macsig ha scritto: Actually i use the same code in an other page and all works well (the only difference is that in the other page I don't have any scriptaculous or other jquery staff). As you can see in my code I link the required files and the loading script looks fine (at least to me). So whe

[jQuery] Re: date picker doesn't work

2008-05-16 Thread macsig
Actually i use the same code in an other page and all works well (the only difference is that in the other page I don't have any scriptaculous or other jquery staff). As you can see in my code I link the required files and the loading script looks fine (at least to me). So where do you think is ex

[jQuery] Re: date picker doesn't work

2008-05-15 Thread pedalpete
I'd guess you are not linking to the script properly in your head tag. I've been using it for months, no problem. Its a great plug-in, super simple. On May 15, 7:05 pm, macsig <[EMAIL PROTECTED]> wrote: > Hello, I'm trying to use the date picker plugin but I have a issue > with it. > > I load al