All Projects → ka215 → Jquery.timeline

ka215 / Jquery.timeline

Licence: mit
You can easily create the horizontal timeline with two types by using this jQuery plugin.

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Jquery.timeline

Hideseek
A simple, mobile-friendly, yet customizable quick/live search jQuery plugin.
Stars: ✭ 430 (+140.22%)
Mutual labels:  plugin, jquery
Jquery.print
Easy to use, Element Printing Plugin for jQuery
Stars: ✭ 772 (+331.28%)
Mutual labels:  plugin, jquery
Paroller.js
Parallax scrolling jQuery plugin
Stars: ✭ 535 (+198.88%)
Mutual labels:  plugin, jquery
Jquery Match Height
a responsive equal heights plugin
Stars: ✭ 3,100 (+1631.84%)
Mutual labels:  plugin, jquery
Pg Calendar
📆 beautiful and eidetic date picker
Stars: ✭ 109 (-39.11%)
Mutual labels:  plugin, jquery
Zoomove
🔍 🎆 Enlarges the image with the mouse hover and move
Stars: ✭ 339 (+89.39%)
Mutual labels:  plugin, jquery
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+262.57%)
Mutual labels:  plugin, jquery
Jquery.localscroll
Animated anchor navigation made easy with jQuery
Stars: ✭ 624 (+248.6%)
Mutual labels:  plugin, jquery
Rick And Morty Characters
Rick and Morty Characters Timeline
Stars: ✭ 57 (-68.16%)
Mutual labels:  timeline, jquery
Mapit
An easy way to embed google maps in your site.
Stars: ✭ 54 (-69.83%)
Mutual labels:  plugin, jquery
Validate
A simple jQuery plugin to validate forms.
Stars: ✭ 298 (+66.48%)
Mutual labels:  plugin, jquery
Convform
A jQuery plugin that transforms a form into an interactive chat.
Stars: ✭ 141 (-21.23%)
Mutual labels:  plugin, jquery
Sidr
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Stars: ✭ 2,924 (+1533.52%)
Mutual labels:  plugin, jquery
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (+136.87%)
Mutual labels:  plugin, jquery
Chosen Order
Chosen Order is a plugin for Chosen which provides functions to handle the order of the selection
Stars: ✭ 48 (-73.18%)
Mutual labels:  plugin, jquery
Footer Reveal
A jQuery plugin for easy implementation of the 'fixed/reveal' footer effect. Demo here:
Stars: ✭ 111 (-37.99%)
Mutual labels:  plugin, jquery
Jqueryrotate
jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
Stars: ✭ 157 (-12.29%)
Mutual labels:  plugin, jquery
Jcarousel
Riding carousels with jQuery.
Stars: ✭ 2,031 (+1034.64%)
Mutual labels:  jquery
Stepy
🐾 jQuery Stepy - A Wizard Plugin
Stars: ✭ 176 (-1.68%)
Mutual labels:  jquery
Jquery Xpath
jQuery XPath plugin (with full XPath 2.0 language support)
Stars: ✭ 173 (-3.35%)
Mutual labels:  jquery

  jQuery.Timeline V2

Bar Type Point Type Mixed Type Switch Theme

You are able to easily create two types of horizontal timeline with this jQuery plugin.

Report bug · Request feature · Blog

Build Status GitHub release GitHub All Releases npm download Packagist


Table of Contents

Quick start

Several quick start options are available:

  • npm: npm i jq-timeline
  • bower: bower install jq-timeline
  • Download the latest release.
  • Clone the repository: git clone https://github.com/ka215/jquery.timeline.git
  • Load via CDN:
<link href="https://cdn.jsdelivr.net/gh/ka215/[email protected]/dist/jquery.timeline.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/ka215/[email protected]/dist/jquery.timeline.min.js"></script>

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing compiled and minified variations. You'll see something like this:

jquery.timeline/
└── dist/
    ├── jquery.timeline.min.css
    └── jquery.timeline.min.js

We provide compiled and minified CSS and JS (jquery.timeline.min.*). When deployed by using task for develop, generated source maps (jquery.timeline.*.map) are available for use with certain browsers' developer tools.

Usage

Include the installed files into your html:

<link rel="stylesheet" src="/path/to/jquery.timeline.min.css">

<script src="/path/to/jquery.timeline.min.js"></script>

Note: You should include the jquery core script before including this plugin javascript file. Also we recommend that would like to add defer attribute into script tag.

Bind this plugin in the scope had imported the jQuery:

$('#myTimeline').Timeline()

Supported browsers

jQuery.Timeline version 2.x supports the following browsers:

PC Mobile
Chrome Firefox Safari IE Edge Opera Android iOS Safari
Ok Ok Ok Non-compliant Ok Ok Ok Ok

Unfortunately as for the Internet Explorer etc., several methods of this plugin does not work because JavaScript implementation of browser is too immature. Please note that we are not go to support for these legacy browsers in the future.

Tutorials

The tutorial as a detailed usage of jQuery.Timeline is released here.

Documentation

jQuery.Timeline's documentation, included in this repository in the root directory, is built with ESDoc and publicly hosted on GitHub Pages at https://ka215.github.io/jquery.timeline/. The docs may also be run locally.

Documentation for previous releases

Example as demonstration

Contributions

Your donations for plugin development will help us.

Donate URL: https://ka215.github.io/jquery.timeline/donation.html

Creators

ka2 (Katsuhiko Maeno)

Contributors

Copyright and license

Code and documentation copyright 2011-2020 the ka2. Code released under the MIT License.

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].