mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
39 lines
1008 B
Markdown
39 lines
1008 B
Markdown
# Air Datepicker
|
|
|
|
Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.
|
|

|
|
|
|
## 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
|
|
* added Chinese language (thanks to [think2011](https://github.com/think2011))
|
|
* 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
|