[jQuery] Re: years in jQuery Datepicker

2009-03-09 Thread phipps73

If you select the 1999 year and then click on the Year dropdown again
you will see the previous 10 years is now added. You then click on
1989 and so on until you get back to the year you want.

You can probably also specify the range to display as mentioned by
MorningZ.

On Mar 9, 2:39 am, MorningZ  wrote:
> Looking at the "Configuration" tab, you can set the value
> "date:minDate" and that should do the trick
>
> On Mar 8, 7:14 pm, Javier Guerrero  wrote:
>
> > Hi,
>
> > I'm using *jQuery Datepicker *http://keith-wood.name/datepick.html
>
> > but, I can't  show more years before 1999.
>
> > please, somebody can help me?
>
> > Saludos


[jQuery] Re: MultiFile plugin not overwriting default options

2009-02-26 Thread phipps73

bump

has anyone seen this problem?

Cheers,

Dave

On Feb 25, 3:26 pm, phipps_73  wrote:
> Hi,
>
> I was previously using version 1.29 of the MultiFile plugin and it was
> working. Then I upgrade to jquery-1.3.1 and since then the MultiFile
> plugin seems to fail to apply any options. I have upgraded to the
> latest version of the MultiFile plugin and it still is not working.
>
> I have the following call in my document.ready:
>
> $('#frmEmailFrm input:file').MultiFile({max: 5,namePattern:'$name_
> $i',STRING:{remove:'Remove'}});
>
> It allows me to add more than 5 files, the namePattern stays as just
> $name and the remove string stays as 'x'.
>
> My input file has a name of 'attfile_' and so as each file is added it
> should become:
>
> attfile_
> attfile_1
> attfile_2
> attfile_3
> attfile_4
>
> Is there something I have done wrong?
>
> Cheers,
>
> Dave