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
-~----------~----~----~----~------~----~------~--~---