freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker
http://freqdec.github.io/datePicker/
MIT License
171 stars 56 forks source link

Added a paging callback event #50

Open raphaelstolt opened 9 years ago

raphaelstolt commented 9 years ago

Allows to attach a callback to the left and right month and year navigation.

paging callback parameter object:

{ unit="month|year", mm=7, yyyy=2015}

Is the documentation on http://freqdec.github.io/datePicker/ also available for editing via GitHub? Which JavaScript minifier is this project using? I just used Sublime-Minifier with the uglify_js compiler and optimization_level SIMPLE_OPTIMIZATIONS.

raphaelstolt commented 9 years ago

What's the status with this one?