air-datepicker/README.md
2015-12-04 15:12:10 +03:00

521 B

Air Datepicker

Lightweight cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.

Install

bower i --save air-datepicker

Usage

$('.my-datepicker').datepicker([options])

Demo and docs

Change log

v.1.1.0

  • add keyboard navigation
  • add classes option to add custom classes
  • add altField option
  • bug fixes