function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdcsushilsfdcsushil 

Refreshing Jquery DatePicker

Hi All,

 

We have a Jquery datepicker included in our visualforce page. We want to reload/refresh this datepicker when some field changes on the page. Please suggest if there is any way to accomplish this?

sfdcsushilsfdcsushil
i found the solution.
Call .datepicker("destroy"); and then again reload the calendar.
Reply to this post if anybody facing any issue.