Skip to content

sylver4/Let-it-Flow

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
js
 
 
 
 
 
 
 
 

Let-it-Flow

Let it Flow! is a plugin that display a progress bar to see where you are in a defined timeline. You want to know "where" you are in a project, a training, a trip, ... Just set a start date and an end.

How to use

Download the plugin, unzip it, copy files and include letItFlow script and stylesheet in your document. Don't forget to also load the jQuery library. Example:

<!-- Add jQuery library -->
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>

<!-- Add LetItFlow -->
<script type="text/javascript" src="js/letItFlow.js"></script>
<link rel="stylesheet" href="css/letItFlow.css">

<script type="text/javascript">
  $(document).ready(function() {
    $('#example').letitflow();
  });
</script>

More information

Example and parameters details are on http://www.sylverweb.be/letitflow/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published