# Air Datepicker Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers. ![air datepicker image](https://github.com/t1m0n/air-datepicker/raw/master/docs/img/promo-img.png) ## Install ``` bower i --save air-datepicker ``` ## Usage ```javascript $('.my-datepicker').datepicker([options]) ``` ## Demo and docs * [In English](http://t1m0n.name/air-datepicker/docs/) * [In Russian](http://t1m0n.name/air-datepicker/docs/index-ru.html) ## Change log ### v1.2.1 * tests added * fixed if '0' is passed to 'firstDay' * fixed 'showOtherYears' option * fixed 'onSelect' event, when 'range' is true * fixed case when 'range' and 'multipleDates' both set to true ### v1.2.0 * add `range` feature * improve keyboard navigation (fixed two focused cells) ### v1.1.0 * add keyboard navigation * add `classes` option to add custom classes * add `altField` option * bug fixes