arathael / air-datepicker

Cool jQuery datepicker

Home Page:http://t1m0n.name/air-datepicker/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Air Datepicker

Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+) air datepicker image

Install

bower i --save air-datepicker

Usage

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

Demo and docs

Change log

v1.2.3

  • fixed dateFormat method.
  • fixed typo in Russian docs, add ids in docs headers.

v1.2.2

  • fixed typo in monthsField
  • added German language (thanks to Ichag)

v1.2.1

  • tests added
  • added Chinese language (thanks to 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

About

Cool jQuery datepicker

http://t1m0n.name/air-datepicker/docs/


Languages

Language:JavaScript 86.6%Language:CSS 12.6%Language:HTML 0.8%