Changes between Initial Version and Version 1 of Ticket #5479, comment 4
- Timestamp:
- Oct 19, 2012, 5:06:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5479, comment 4
initial v1 2 2 3 3 I propose the following solution, stated in the form of a patch/enhancement to existing jQuery UI versions: 4 {{{ 4 5 (function () { 5 6 var ddp = $.datepicker._dialogDatepicker, … … 53 54 }; 54 55 }()); 55 56 }}}