Thanks Paul, this fixed my problem, too.
Why isn't hideIfNoPrevNext set to 'true' by default?
On Aug 14, 3:35 am, Paul Carey <[EMAIL PROTECTED]> wrote:
> > When the month next/prev buttons are disabled (because of the date
> > range), I didn't like that a label with '<Prev' or 'Next>' was
> > displaying. I now use this rule to hide them:
> > .ui-datepicker-next label, .ui-datepicker-prev label { display:
> > none; }
>
> The following should work too I think
>
> $(".selector").datepicker({ hideIfNoPrevNext: true })
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---