36 Commits

Author SHA1 Message Date
t1m0n
920bab5032 add visual tests, change mousemove instead of mouseenter in timepicker 2016-05-05 16:35:54 +03:00
t1m0n
82ca3b75d2 revert body cell event to click, change input event to keydown 2016-04-19 11:41:05 +03:00
t1m0n
0f87ce2d58 add todayButton advanced behaviour, closes #36 2016-04-18 10:54:44 +03:00
t1m0n
1541a90d66 fixed ie10-11 bug which prevented from selecting cell, when input had placeholder, fixes #36 2016-04-13 12:21:54 +03:00
t1m0n
12e7c3dd1f remove global 'Datepicker' var, add it to $.fn, closes #32 2016-04-06 10:58:12 +03:00
t1m0n
c648cba3ab add timepicker to develop branch, closes #3 2016-04-04 10:41:02 +03:00
t1m0n
0244e14e6f wrap plugin in ;(function (window, $, undefined) { ... })(window, jQuery);, closes #34 2016-03-22 12:03:20 +03:00
t1m0n
d9aea004ae fixed dateFormat method for special characters 2016-02-13 16:22:02 +03:00
t1m0n
ea85bbfb7b fix typo in monthsField 2016-02-01 11:15:39 +03:00
t1m0n
3017dad86d fixed case when 'multipleDates' and 'range' both set to true 2016-01-22 17:09:17 +03:00
t1m0n
33ba830ccc fixed onSelect callback, when 'range' is true 2016-01-22 16:59:47 +03:00
t1m0n
ea9f292224 fix showOtherYears option 2015-12-28 11:55:41 +03:00
t1m0n
df9bb895db fixed firstDay option, add destroy method 2015-12-17 14:30:00 +03:00
t1m0n
43f1a6e879 fix if firstDay is 0 2015-12-15 14:59:46 +03:00
t1m0n
af6c066fad fix removeDate when 1 range date is selected 2015-12-10 12:33:34 +03:00
t1m0n
5faa05997f refactor some things 2015-12-10 12:16:19 +03:00
t1m0n
fca5ef4782 complete 'range' feature 2015-12-09 14:14:20 +03:00
t1m0n
aa59bb60c5 add minRange and maxRange, flip ranges 2015-12-09 11:32:25 +03:00
t1m0n
08e4c68156 add base range functionality 2015-12-08 11:59:09 +03:00
t1m0n
e028692caf begin range feature 2015-12-07 15:55:33 +03:00
t1m0n
6a3b12d34a improve generating cells html, reduce plugin size 2015-12-07 12:08:30 +03:00
t1m0n
3556014fba update docs and readme 2015-12-04 15:12:10 +03:00
t1m0n
6a6bab2960 fix autoClose render 2015-12-04 12:29:18 +03:00
t1m0n
45fedcb04e add altField option 2015-12-04 12:23:05 +03:00
t1m0n
a0d00a6e20 complete keyboard nav 2015-12-04 12:11:48 +03:00
t1m0n
6b7f77ac0c improve keyboard navigation (min, max dates), add 'classes' option 2015-12-04 00:15:46 +03:00
t1m0n
a4a43a04aa add keyboard navigation 2015-12-03 16:43:52 +03:00
t1m0n
249bc9db9b fix positioning, when go to next month or year 2015-12-03 10:34:11 +03:00
t1m0n
c9659eb5cf add resize event, modify readme 2015-11-28 20:16:55 +03:00
t1m0n
0b70c84cec add navigation to docs 2015-11-28 19:49:11 +03:00
t1m0n
03e2105231 change text colors, padding, add description 2015-11-27 17:53:01 +03:00
t1m0n
3311a1f5a1 complete api section, add check for instanceof Date 2015-11-26 23:15:32 +03:00
t1m0n
02e887275b complete options section, fix onChangeMonth, onChangeYear, add svg to nav 2015-11-25 14:59:10 +03:00
t1m0n
ef33f4dfca add examples, begin options section, fix localization option 2015-11-24 15:41:51 +03:00
t1m0n
35c0c5474b begin docs 2015-11-23 12:21:03 +03:00
t1m0n
9f1c522138 refactor project structure, begin design 2015-11-19 14:54:23 +03:00