yes, I requested a while back a function call for this. It was
included in the build just not documented yet I think.
The call is $(...).datepicker("refresh");
Peter
On Nov 11, 3:09 pm, BIng <[EMAIL PROTECTED]> wrote:
> Is there a better way of refreshing the datepicker than this?
>
> setTimeout('$("#mydatePicker").datepicker("setDate", $
> ("#mydatePicker").datepicker("getDate") );', 199);
>
> Basically set the date using the current date.
>
> I needed to refresh it, since I'm highlighting special days, and
> dynamically adding days to the special days array.
> (timeout was needed to remove flicker in IE)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---