diff --git a/src/main/webapp/resources/3rd-party/jquery-ui/1.13.2/jquery-ui.js b/src/main/webapp/resources/3rd-party/jquery-ui/1.13.2/jquery-ui.js index 513c8d72..eb750fbe 100644 --- a/src/main/webapp/resources/3rd-party/jquery-ui/1.13.2/jquery-ui.js +++ b/src/main/webapp/resources/3rd-party/jquery-ui/1.13.2/jquery-ui.js @@ -11427,6 +11427,10 @@ $.extend( Datepicker.prototype, { today: function() { $.datepicker._gotoToday( id ); }, + /** 함수 추가(지우기 버튼) */ + clear: function() { + $.datepicker._clearDate( id ); + }, selectDay: function() { $.datepicker._selectDay( id, +this.getAttribute( "data-month" ), +this.getAttribute( "data-year" ), this ); return false; @@ -11590,6 +11594,18 @@ $.extend( Datepicker.prototype, { } ) .text( currentText ) : "" ) + /** 지우기 버튼 추가 */ + .append ( this._isInRange( inst, gotoDate ) ? + $( "