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
|
||||
|
||||
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
|
||||
```
|
||||
@ -18,7 +19,11 @@ $('.my-datepicker').datepicker([options])
|
||||
|
||||
## 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 `classes` option to add custom classes
|
||||
* 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
|
||||
h2#intro Описание
|
||||
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('css flexbox', 'js')
|
||||
@ -439,7 +439,7 @@ block content
|
||||
+param('Alt + ← | ↓')
|
||||
| - переход на 10 лет назад
|
||||
li
|
||||
+param('Ctrl + Shift + ↑ | ↓')
|
||||
+param('Ctrl + Shift + ↑')
|
||||
| - переход на следующий вид
|
||||
li
|
||||
+param('Esc')
|
||||
|
||||
@ -17,7 +17,7 @@ block content
|
||||
article
|
||||
h2#intro Description
|
||||
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')
|
||||
| and
|
||||
+example-inline('css flexbox', 'js')
|
||||
@ -424,7 +424,7 @@ block content
|
||||
+param('Alt + ← | ↓')
|
||||
| - move 10 years backwards
|
||||
li
|
||||
+param('Ctrl + Shift + ↑ | ↓')
|
||||
+param('Ctrl + Shift + ↑')
|
||||
| - move to next view
|
||||
li
|
||||
+param('Esc')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user