All Projects → decease → jquery-skeduler

decease / jquery-skeduler

Licence: MIT License
This is jQuery plugin which provides you simple scheduler with some items on OX and 24-hours timeline on OY.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to jquery-skeduler

Timespace
A jQuery plugin to handle displaying of time events
Stars: ✭ 27 (+17.39%)
Mutual labels:  jquery-plugin, schedule
Tui.calendar
🍞📅A JavaScript calendar that has everything you need.
Stars: ✭ 9,537 (+41365.22%)
Mutual labels:  jquery-plugin, schedule
jquery.random-fade-in
jQuery plugin to fade-in at random.
Stars: ✭ 13 (-43.48%)
Mutual labels:  jquery-plugin
jquery.simple-scroll-follow
jQuery plugin to move the element according to the scrolling window.
Stars: ✭ 34 (+47.83%)
Mutual labels:  jquery-plugin
leaflet-locationpicker
Simple location picker on Leaflet map
Stars: ✭ 31 (+34.78%)
Mutual labels:  jquery-plugin
edimax-smartplug
Unofficial Edimax Smartplug Libary. Control SP-1101W and SP-2101W from Node.js.
Stars: ✭ 25 (+8.7%)
Mutual labels:  schedule
image-uploader
Simple Drag & Drop image uploader plugin to static forms, without using AJAX
Stars: ✭ 70 (+204.35%)
Mutual labels:  jquery-plugin
jquery-microdata
jQuery plugin for HTML Microdata
Stars: ✭ 13 (-43.48%)
Mutual labels:  jquery-plugin
memorable-milestones
A GitHub Action that puts your milestones on auto-pilot, using memorable emoji names 🤖
Stars: ✭ 18 (-21.74%)
Mutual labels:  schedule
linda
Linda is a simple dispatcher library.
Stars: ✭ 12 (-47.83%)
Mutual labels:  schedule
weekplot
Visualize your weekly schedule.
Stars: ✭ 40 (+73.91%)
Mutual labels:  schedule
Github-Contribution-Graph
Jquery plugin to render like contribution graph on Github.
Stars: ✭ 43 (+86.96%)
Mutual labels:  jquery-plugin
jquery-xhr-upload-queue
📂 A jQuery queued file uploading plugin.
Stars: ✭ 17 (-26.09%)
Mutual labels:  jquery-plugin
personJudge
personJudge System 网站预览---->http://47.106.235.227 (账号111,密码12345) 后端:SpringBoot/JPA/mysql/cache/前后端分离(nginx做静态转发)/swagger 前端:bootstrap+Jquery及其插件:jquery-cookie,toastr,steps,validate,wnumb,nouislider,DataTables,layer,chosen,echarts
Stars: ✭ 35 (+52.17%)
Mutual labels:  jquery-plugin
natural js
Natural-JS : Javascript Front-End Architecture Framework
Stars: ✭ 35 (+52.17%)
Mutual labels:  jquery-plugin
Web-Time-Tracker
Plugin named Timetracker is a time counter that works in both increase and decrease directions.
Stars: ✭ 21 (-8.7%)
Mutual labels:  jquery-plugin
LineProgressbar
A light weight jquery progressbar plugin
Stars: ✭ 34 (+47.83%)
Mutual labels:  jquery-plugin
jquery-steps
✅ Lightweight jQuery step wizard plugin.
Stars: ✭ 93 (+304.35%)
Mutual labels:  jquery-plugin
cron-schedule
A zero-dependency cron parser and scheduler for Node.js, Deno and the browser.
Stars: ✭ 28 (+21.74%)
Mutual labels:  schedule
ejyy
「e家宜业」是一整套开源智慧物业解决方案,基于nodejs、typescript、koa、vue开发,包含web中台、业主小程序、员工小程序、公众号、物联网应用等,涵盖业主服务、物业运营、智能物联、数据统计等主要业务。
Stars: ✭ 561 (+2339.13%)
Mutual labels:  schedule

jQuery Skeduler Plugin

By Oleg Mishenkin, 2016

This is jQuery plugin which provider you simple scheduler with some items on OX and 24-hours timeline on OY.

Demos

The demo live in demo/ directory. Open demo/index.html directly in your web browser.

Install

Install by Bower:

bower install jquery-skeduler

Documentation

Basic using

The .skeduler() method can be used to create skeduler instance.

$('#mySkeduler').skeduler(options);

Options description

Options contains follow fields:

  • headers: string[] - array of headers
  • tasks: Task[] - array of tasks
  • containerCssClass: string - css class of main container
  • headerContainerCssClass: string - css class of header container
  • schedulerContainerCssClass: string - css class of scheduler
  • lineHeight - height of one half-hour cell in grid
  • borderWidth - width of border of cell in grid
  • onClick - function (e, t) {} - where e - native event args and t is object of clicked card

Roadmap

  • Initialize plugin
  • Add click event
  • Make better documentation
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].