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 exactly the issue?

THANKS for your help


SIG



On May 15, 10:19 pm, pedalpete <[EMAIL PROTECTED]> wrote:
> 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 all the required files
> > jquery-1.2.3.min'
> > 'date'
> > 'jquery.datePicker'
>
> > and I create the picker
>
> > <script type="text/javascript">
> >      var $j = jQuery.noConflict();
> >           $j(function() {
> >               $j('.date-pick').datePicker();
> >             });
> >   </script>
>
> > I use jQuery.noConflict() since I use scriptaculous as well.
>
> > When I load the page  have the error below:
>
> > $j(".date-pick").datePicker is not a function
> > $j('.date-pick').datePicker();
>
> > Any idea?
> > Thanks for teh help

Reply via email to