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

Progressbar.js is a very small jQuery plugin that helps you render a responsive progress bar with custom dynamic steps for multi-step sign up forms.

progress-bar

Documentation

JQuery ProgressBar

JQuery ProgressBar

HTML

<div id="steps"></div>

JavaScript

jQuery(document).ready(function($) {   $('#steps').progressbar({     steps: ['Step 1', 'Step 2', '~Step 3 Failed', '@Step 4 ( Current )', 'Step 5', 'Step 6']   }); });

Explanation

  • ~ means Failed
  • @ means Current

Thanks

https://www.youtube.com/watch?v=DYevj6UGNWA


You May Also Like