Skip to content

Latest commit

 

History

History
executable file
·
44 lines (30 loc) · 960 Bytes

README.md

File metadata and controls

executable file
·
44 lines (30 loc) · 960 Bytes

jQuery Historica

A simple historical timeline widgety plugin type thing

I’m sure I’ll write something witty here at some point. Just not right now.

Usage

  1. Include jQuery:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  2. Include plugin's code:

    <script src="dist/jquery.historica.min.js"></script>
  3. Call the plugin:

    $(#element”).historica();

Structure

The basic structure of the project is given in the following way:

├── demo/
│   └── index.html
├── dist/
│   ├── jquery.historica.css
│   └── jquery.historica.min.js
├── src/
│   └── jquery.historica.js
│   └── jquery.historica.less

Team

jQuery Historica was made with love by me and hopefully at some point a bunch of awesome contributors.