PHPackages                             thatsus/jquery-steps.git - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. thatsus/jquery-steps.git

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

thatsus/jquery-steps.git
========================

v1.1.1(10y ago)0879JavaScript

Since Sep 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/thatsus/jquery-steps)[ Packagist](https://packagist.org/packages/thatsus/jquery-steps.git)[ RSS](/packages/thatsus-jquery-stepsgit/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

jQuery Steps Plugin [![Build Status](https://camo.githubusercontent.com/abd87dbf899838a6a60ace28033064a8d081bed3de307b6e41fc9c4c06fde35b/68747470733a2f2f7472617669732d63692e6f72672f7273746169622f6a71756572792d73746570732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rstaib/jquery-steps) [![Bower version](https://camo.githubusercontent.com/53a5bf06b0dacc4070424ce6d1a63e53b2513d19e03bb8f1ba9c65a73a564863/68747470733a2f2f62616467652e667572792e696f2f626f2f6a71756572792e73746570732e737667)](http://badge.fury.io/bo/jquery.steps) [![NuGet version](https://camo.githubusercontent.com/1f02df0ec567614d8c484c7a2a269a55173ce21eccbfc1b7c5436038dae7d4ef/68747470733a2f2f62616467652e667572792e696f2f6e752f6a71756572792e73746570732e737667)](http://badge.fury.io/nu/jquery.steps)
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#jquery-steps-plugin---)

A powerful jQuery wizard plugin that supports accessibility and HTML5.

Getting Started
---------------

[](#getting-started)

**jQuery Steps** is a lightweight wizard UI component written for **jQuery**.

Everything you need to start is:

1. Include **jQuery** and **jQuery Steps** in your HTML code.
2. Then select an element represents the wizard and call the `steps` method.

```
>

        Demo

            $("#wizard").steps();

```

> For more information [check the documentation](https://github.com/rstaib/jquery-steps/wiki).

### How to add initial steps?

[](#how-to-add-initial-steps)

There are two ways to add steps and their corresponding content.

1. Add HTML code into the representing wizard element.

```

    First Step
    First Content

    Second Step
    Second Content

```

2. Or use the API to add steps dynamically.

```
// Initialize wizard
var wizard = $("#wizard").steps();

// Add step
wizard.steps("add", {
    title: "HTML code",
    content: "HTML code"
});
```

> For more samples [check the demos](https://github.com/rstaib/jquery-steps/wiki#demo).

Reporting an Issue
------------------

[](#reporting-an-issue)

Instructions will follow soon!

Asking questions
----------------

[](#asking-questions)

I'm always happy to help answer your questions. The best way to get quick answers is to go to [stackoverflow.com](http://stackoverflow.com) and tag your questions always with **jquery-steps**.

Contributing
------------

[](#contributing)

Instructions will follow soon!

License
-------

[](#license)

Copyright (c) 2013 Rafael J. Staib Licensed under the [MIT license](https://github.com/rstaib/jquery-steps/blob/master/LICENSE.txt).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3951d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb711bf9c5107c5de3104691c826c451390970e7f4500a66b9f384efadc7d351?d=identicon)[thatsus](/maintainers/thatsus)

---

Top Contributors

[![rstaib](https://avatars.githubusercontent.com/u/4325318?v=4)](https://github.com/rstaib "rstaib (41 commits)")[![civico92](https://avatars.githubusercontent.com/u/4380258?v=4)](https://github.com/civico92 "civico92 (1 commits)")

### Embed Badge

![Health badge](/badges/thatsus-jquery-stepsgit/health.svg)

```
[![Health](https://phpackages.com/badges/thatsus-jquery-stepsgit/health.svg)](https://phpackages.com/packages/thatsus-jquery-stepsgit)
```

###  Alternatives

[eg-mohamed/referenceable

Advanced Laravel package for generating customizable model reference numbers with flexible formats, sequential numbering, and comprehensive configuration options

809.2k](/packages/eg-mohamed-referenceable)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
