mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
add promo image, edit readme
This commit is contained in:
parent
776f0a5781
commit
00927e4bd9
@ -1,6 +1,7 @@
|
|||||||
# Air Datepicker
|
# Air Datepicker
|
||||||
|
|
||||||
Lightweight cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.
|
Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern browsers.
|
||||||
|

|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
```
|
```
|
||||||
@ -18,7 +19,11 @@ $('.my-datepicker').datepicker([options])
|
|||||||
|
|
||||||
## Change log
|
## Change log
|
||||||
|
|
||||||
### v.1.1.0
|
### v1.2.0
|
||||||
|
* add `range` feature
|
||||||
|
* improve keyboard navigation (fixed two focused cells)
|
||||||
|
|
||||||
|
### v1.1.0
|
||||||
* add keyboard navigation
|
* add keyboard navigation
|
||||||
* add `classes` option to add custom classes
|
* add `classes` option to add custom classes
|
||||||
* add `altField` option
|
* add `altField` option
|
||||||
|
|||||||
BIN
docs/img/promo-img.png
Normal file
BIN
docs/img/promo-img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@ block content
|
|||||||
article
|
article
|
||||||
h2#intro Описание
|
h2#intro Описание
|
||||||
p
|
p
|
||||||
| Легкий (<strong>~20kb</strong> минифицированный js файл и <strong>~5.5kb</strong> gziped) кроссбраузерный календарь, написан с использованием
|
| Легкий (<i><strong>~26kb</strong> минифицированный js файл и <strong>~7kb</strong> gziped</i>), кастомизируемый, кроссбраузерный календарь, написан с использованием
|
||||||
+example-inline('es5')
|
+example-inline('es5')
|
||||||
| и
|
| и
|
||||||
+example-inline('css flexbox', 'js')
|
+example-inline('css flexbox', 'js')
|
||||||
@ -439,7 +439,7 @@ block content
|
|||||||
+param('Alt + ← | ↓')
|
+param('Alt + ← | ↓')
|
||||||
| - переход на 10 лет назад
|
| - переход на 10 лет назад
|
||||||
li
|
li
|
||||||
+param('Ctrl + Shift + ↑ | ↓')
|
+param('Ctrl + Shift + ↑')
|
||||||
| - переход на следующий вид
|
| - переход на следующий вид
|
||||||
li
|
li
|
||||||
+param('Esc')
|
+param('Esc')
|
||||||
|
|||||||
@ -17,7 +17,7 @@ block content
|
|||||||
article
|
article
|
||||||
h2#intro Description
|
h2#intro Description
|
||||||
p
|
p
|
||||||
| Light (<strong>~20kb</strong> minified js file and <strong>~5.5kb</strong> gziped) cross-browser calendar, built with
|
| Light (<i><strong>~26kb</strong> minified js file and <strong>~7kb</strong> gziped</i>) customizable cross-browser calendar, built with
|
||||||
+example-inline('es5')
|
+example-inline('es5')
|
||||||
| and
|
| and
|
||||||
+example-inline('css flexbox', 'js')
|
+example-inline('css flexbox', 'js')
|
||||||
@ -424,7 +424,7 @@ block content
|
|||||||
+param('Alt + ← | ↓')
|
+param('Alt + ← | ↓')
|
||||||
| - move 10 years backwards
|
| - move 10 years backwards
|
||||||
li
|
li
|
||||||
+param('Ctrl + Shift + ↑ | ↓')
|
+param('Ctrl + Shift + ↑')
|
||||||
| - move to next view
|
| - move to next view
|
||||||
li
|
li
|
||||||
+param('Esc')
|
+param('Esc')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user