I\'m trying to extend jQuery\'s datepicker via the $.widget function, jQuery UI 1.10.3, with $.ui.datepicker as the base.
$.widget
$.ui.datepicker
It seems that
From comments by blgt:
The datepicker does not use the widget factory and thus you can't use it to extend it
It seems like there is a rewrite underway, which should implement Datepicker using the widget factory.