GithubHelp home page GithubHelp logo

jfcferreira90 / jquery-stepprogressbar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mickaelr/jquery-stepprogressbar

0.0 0.0 0.0 62 KB

A jQuery / CSS progress bar that can display several steps

License: MIT License

HTML 22.60% CSS 36.54% JavaScript 40.86%

jquery-stepprogressbar's Introduction

StepProgressBar [IN PROGRESS]

Progress bars are a bit limited when you want to display several steps on it (usually the bar starts at 0 and finishes at 100, so current value is in percents).

The aim of this plugin is to easily build fully customizable progress bar, that can handle more than one single step.

Installation

For now, the plugin has only dependencies with jQuery, so you can include it like following with plugin's js & css files.

Usage

HTML

    <head>
        <link href="path/to/plugin/jquery.StepProgressBar.css" rel="stylesheet">
    </head>
    <body>
        <div id="element"></div>
        <script src="path/to/jquery/jquery.js"></script>
        <script src="path/to/plugin/jquery.StepProgressBar.js"></script>
    </body>

JAVASCRIPT

    $(document).ready(function() {
        $('#element').stepProgressBar({
            currentValue: 50,
            steps: [
                {value: 0},
                {value: 100}
            ]
        });
    });

Demo

See demo project page

License

The plugin is under MIT License

jquery-stepprogressbar's People

Contributors

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