You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extends the jQuery UI datepicker to make it suitable for touch devices.
I have fixed the issues in the original datepicker port from filamentgroup, it now retains the standard datepicker functionality. The override in the plugin is now just for the _updateDatepicker method, rather than $.fn.datepicker. Furthermore, I have minimized the obtrusiveness of the original port as well, so it does not automatically set up the datepickers for you. Any setup for the jQuery Mobile datepicker and the controls which use it should be done separately.