Changes between Initial Version and Version 1 of Ticket #3999, comment 18
- Timestamp:
- Aug 29, 2011, 4:01:43 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3999, comment 18
initial v1 16 16 Here's a slightly less intrusive version of this hack, which actually adds a seperate clear button. Although it's not configurable in the options; you could of course extend a new datepicker and add the override to that instead, if needs be. Note that I too am suffering from the read-only use case. 17 17 18 19 {{{ 18 20 $(function(){ 19 21 //wrap up the redraw function with our new shiz … … 40 42 }; 41 43 }); 44 }}}