continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

Support for clearing calendar dates or range #66

Closed gnizhak closed 11 years ago

gnizhak commented 11 years ago

Clear Calendar

The calendar could only be cleared when selecting disabled dates

Added the possibility to enable calendar clearing from options which adds a clear calendar button in the bottom right hand corner of each calendar container.

eeroan commented 11 years ago

I'm happy to accept this pull request after you have checked my comments and fixed the issues. Also it might be a good idea to have fewer commits so that each revision is a working version not containing any bugs.

gnizhak commented 11 years ago

Made requested improvements with one exception and corrected a problem while testing in an actual environment.