🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight and configurable jQuery timeline plugin which displays a sequence of events in a responsive, vertical timeline interface styling with Bootstrap 4 framework.

Timeline Bootstrap bootstrap-4

Documentation

vertical Timeline

Vertical Timeline plugin for jQuery

(c) 2019 Xavier Raspall Gonzalez ([email protected])

Released under The MIT License.

Description:

A simple jquery plugin to set up a vertical timeline.

Usage:

  1. Insert the neccesary elements in your document's <head> section, e.g.:

     <script src="js/jquery-2.x.x.min.js"></script>  <script src="js/jquery.timelinev.js"></script>  <link rel="stylesheet" href="/stylesheets/bootstrap.min.css" type="text/css" />  <link rel="stylesheet" href="timelinev.css" type="text/css" /> 
  2. Initialise timelinev in your document.onload, e.g.:

     <script type='text/javascript'>    $(function(){        $().timelinev();    });  </script> 

You May Also Like