Coder Social home page Coder Social logo

nathandial / jquery-skeduler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from decease/jquery-skeduler

0.0 1.0 0.0 1.78 MB

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

CSS 26.01% JavaScript 73.99%

jquery-skeduler's Introduction

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

jquery-skeduler's People

Contributors

decease avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.