Julio 86afa9588b Minor - add js lib "bootstrap-year-calendar" see BT#14608 6 роки тому
..
css 86afa9588b Minor - add js lib "bootstrap-year-calendar" see BT#14608 6 роки тому
js 86afa9588b Minor - add js lib "bootstrap-year-calendar" see BT#14608 6 роки тому
.bower.json 86afa9588b Minor - add js lib "bootstrap-year-calendar" see BT#14608 6 роки тому
LICENSE 86afa9588b Minor - add js lib "bootstrap-year-calendar" see BT#14608 6 роки тому
README.md 86afa9588b Minor - add js lib "bootstrap-year-calendar" see BT#14608 6 роки тому

README.md

bootstrap-year-calendar

A fully customizable year calendar widget, for boostrap ! You can find all details on the official website.

alt tag

Requirements

This plugin requires the following libraries :

  • Bootstrap v3.0.0 or later
  • jQuery v1.8.0 or later

Usage

You can create a calendar using the following javascript code :

$('.calendar').calendar()

or

$('.calendar').calendar(options)

or with the data-provide html attribute

<div data-provide="calendar"></div>