All Projects → Paul-DS → Bootstrap Year Calendar

Paul-DS / Bootstrap Year Calendar

Licence: apache-2.0
A fully customizable year calendar widget, for boostrap !

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bootstrap Year Calendar

Widget
A set of widgets based on jQuery&&javascript. 一套基于jquery或javascript的插件库 :轮播、标签页、滚动条、下拉框、对话框、搜索提示、城市选择(城市三级联动)、日历等
Stars: ✭ 1,579 (+459.93%)
Mutual labels:  calendar, widget, jquery
Portal Lite
Multi-platform Personalized Portal: Web, Browser Extension. All components are web apps--users can compose their own Portal freely, and developers can contribute to the Privoce Web App library to easily incorporate their web app to our Portal.
Stars: ✭ 335 (+18.79%)
Mutual labels:  calendar, widget
Calendar
This library is a jQuery plugin for Bootstrap that lets you add a month calendar to your web page.
Stars: ✭ 315 (+11.7%)
Mutual labels:  calendar, jquery
Tui.calendar
🍞📅A JavaScript calendar that has everything you need.
Stars: ✭ 9,537 (+3281.91%)
Mutual labels:  calendar, jquery
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (+1435.11%)
Mutual labels:  widget, jquery
Uploader
A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
Stars: ✭ 1,042 (+269.5%)
Mutual labels:  widget, jquery
Table calendar
Highly customizable, feature-packed Flutter Calendar with gestures, animations and multiple formats
Stars: ✭ 897 (+218.09%)
Mutual labels:  calendar, widget
Jquery Datetextentry
jQuery plugin providing a widget for date entry (not a date picker)
Stars: ✭ 19 (-93.26%)
Mutual labels:  widget, jquery
Flutterweekview
Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
Stars: ✭ 130 (-53.9%)
Mutual labels:  calendar, widget
DailyImageWidget
Android 桌面小部件(widget)日签 Or 日历,可作为桌面日历。Just For Fun! 🎮
Stars: ✭ 30 (-89.36%)
Mutual labels:  widget, calendar
Zebra datepicker
A super-lightweight, highly configurable, cross-browser date / time picker jQuery plugin
Stars: ✭ 367 (+30.14%)
Mutual labels:  calendar, jquery
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (-3.9%)
Mutual labels:  widget, jquery
Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (-61.35%)
Mutual labels:  calendar, jquery
rc-year-calendar
Official React wrapper for the year-calendar widget
Stars: ✭ 27 (-90.43%)
Mutual labels:  widget, calendar
Multiple Dates Picker For Jquery Ui
MDP is a little plugin that enables jQuery UI calendar to manage multiple dates.
Stars: ✭ 256 (-9.22%)
Mutual labels:  calendar, jquery
Carbon
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.
Stars: ✭ 2,942 (+943.26%)
Mutual labels:  widget
Apps Script Samples
Apps Script samples for Google Workspace products.
Stars: ✭ 3,301 (+1070.57%)
Mutual labels:  calendar
Survey Library
JavaScript Survey and Form Library
Stars: ✭ 3,060 (+985.11%)
Mutual labels:  jquery
Clndr
📆 a jQuery calendar plugin that uses HTML templates
Stars: ✭ 2,793 (+890.43%)
Mutual labels:  calendar
React Native Calendar Select
A component to select period from calendar like Airbnb
Stars: ✭ 279 (-1.06%)
Mutual labels:  calendar

bootstrap-year-calendar is now year-calendar !

The library has been rewritten to remove all dependencies.

You should consider using the new repository (https://github.com/year-calendar/js-year-calendar) as the current one is not maintained anymore, and will soon be deprecated.


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

Installation

You can get the widget using the following methods:

  • From the GitHub repository or the official website.
  • From the Node package manager, using the following command: npm install bootstrap-year-calendar
  • From Bower, using the following command: bower install bootstrap-year-calendar

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].