PHPackages                             chd7well/bootstrap-wizard - 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. chd7well/bootstrap-wizard

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

chd7well/bootstrap-wizard
=========================

Bootstrap Wizard - Builds a wizard using a tabbalbe structure

v0.0.3(11y ago)021.7k↓38.1%1MITHTML

Since Feb 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/chd7well/bootstrap-wizard)[ Packagist](https://packagist.org/packages/chd7well/bootstrap-wizard)[ Docs](https://github.com/chd7well/bootstrap-wizard)[ RSS](/packages/chd7well-bootstrap-wizard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (1)

Twitter Bootstrap Wizard
========================

[](#twitter-bootstrap-wizard)

(forked from VinceG/twitter-bootstrap-wizard added composer.json)

This Twitter Bootstrap plugin builds a wizard using a formatted tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.

##### Note

[](#note)

We will not longer be updating the bower version of bootstrap wizard or any other package manager. See [\#81](https://github.com/VinceG/twitter-bootstrap-wizard/issues/81#issuecomment-42909528) for the reason why. Please use 'master' branch instead.

[Website &amp; Demo](http://vadimg.com/twitter-bootstrap-wizard-example/)

[Follow @gabrielva](https://twitter.com/gabrielva)

Requirements
------------

[](#requirements)

- Requires jQuery v1.3.2 or later
- Bootstrap 3.x

Code Examples
-------------

[](#code-examples)

```
//basic wizard
$(document).ready(function() {
	$('#rootwizard').bootstrapWizard();
});
```

```
//wizard with options and events
$(document).ready(function() {
	$('#rootwizard').bootstrapWizard({
		tabClass: 'nav nav-pills',
		onNext: function(tab, navigation, index) {
			alert('next');
  		}
  });
});
```

```
//calling a method
$('#rootwizard').bootstrapWizard('show',3);
```

Options
-------

[](#options)

   Key Default Description     tabClass 'nav nav-pills' ul navigation class   nextSelector '.wizard li.next' next element selector   previousSelector '.wizard li.previous' previous element selector   firstSelector '.wizard li.first' first element selector   lastSelector '.wizard li.last' last element selector   backSelector '.wizard li.back' back element selector   finishSelector '.wizard li.finish' finish element selector  Events
------

[](#events)

   Key Description     onInit Fired when plugin is initialized   onShow Fired when plugin data is shown   onNext Fired when next button is clicked (return false to disable moving to the next step)   onPrevious Fired when previous button is clicked (return false to disable moving to the previous step)   onFirst Fired when first button is clicked (return false to disable moving to the first step)   onLast Fired when last button is clicked (return false to disable moving to the last step)   onBack Fired when back button is clicked (return false to disable moving backwards in navigation history)   onFinish Fired when finish button is clicked (return value is irrelevant)   onTabChange Fired when a tab is changed (return false to disable moving to that tab and showing its contents)   onTabClick Fired when a tab is clicked (return false to disable moving to that tab and showing its contents)   onTabShow Fired when a tab content is shown (return false to disable showing that tab content)  Methods
-------

[](#methods)

   Key Parameters Description     next  Moves to the next tab   previous  Moves to the previous tab   first  Jumps to the first tab   last  Jumps to the last tab   back  Moves back in navigation history by jumping to the former tab   finish  "Finishes" the wizard by calling onFinish callback   show zero based index or tab target id Jumps to the specified tab   currentIndex  Returns the zero based index number for the current tab   navigationLength  Returns the number of tabs   enable zero based index Enables a tab, allows a user to click it (removes .disabled if the item has that class)   disable zero based index Disables a tab, disallows a user to click it (adds .disabled to the li element)   display zero based index Displays the li element if it was previously hidden   hide zero based index Hides the li element (will not remove it from the DOM)   remove zero based index, optinal bool remove tab-pane element or not false by default Removes the li element from the DOM if second argument is true will also remove the tab-pane element  © [Vadim Vincent Gabriel](http://vadimg.com) [Follow @gabrielva](https://twitter.com/gabrielva) 2012

License
=======

[](#license)

The MIT License (MIT)

Copyright (c) 2013 - Vincent Gabriel &amp; Jason Gill

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.2% 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

Every ~0 days

Total

2

Last Release

4105d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/066c5e8299f5e55ebf8a4314d74d5e86f6164281c54347f0d2fe3bd6561025ef?d=identicon)[chd7well](/maintainers/chd7well)

---

Top Contributors

[![VinceG](https://avatars.githubusercontent.com/u/195199?v=4)](https://github.com/VinceG "VinceG (51 commits)")[![stefann42](https://avatars.githubusercontent.com/u/719777?v=4)](https://github.com/stefann42 "stefann42 (9 commits)")[![chrisschd](https://avatars.githubusercontent.com/u/10547696?v=4)](https://github.com/chrisschd "chrisschd (6 commits)")[![senfo](https://avatars.githubusercontent.com/u/152637?v=4)](https://github.com/senfo "senfo (3 commits)")[![gilluminate](https://avatars.githubusercontent.com/u/103820?v=4)](https://github.com/gilluminate "gilluminate (3 commits)")[![sampepose](https://avatars.githubusercontent.com/u/1855931?v=4)](https://github.com/sampepose "sampepose (2 commits)")[![nicobistolfi](https://avatars.githubusercontent.com/u/4433590?v=4)](https://github.com/nicobistolfi "nicobistolfi (1 commits)")[![plandem](https://avatars.githubusercontent.com/u/1381366?v=4)](https://github.com/plandem "plandem (1 commits)")[![qzio](https://avatars.githubusercontent.com/u/4088?v=4)](https://github.com/qzio "qzio (1 commits)")[![dshoreman](https://avatars.githubusercontent.com/u/1521802?v=4)](https://github.com/dshoreman "dshoreman (1 commits)")[![ertrzyiks](https://avatars.githubusercontent.com/u/2437969?v=4)](https://github.com/ertrzyiks "ertrzyiks (1 commits)")[![darkaico](https://avatars.githubusercontent.com/u/316564?v=4)](https://github.com/darkaico "darkaico (1 commits)")[![Illirgway](https://avatars.githubusercontent.com/u/5428603?v=4)](https://github.com/Illirgway "Illirgway (1 commits)")[![mumualex](https://avatars.githubusercontent.com/u/1614871?v=4)](https://github.com/mumualex "mumualex (1 commits)")

---

Tags

jquerybootstrapextendedmodalwizardmodal-popover

### Embed Badge

![Health badge](/badges/chd7well-bootstrap-wizard/health.svg)

```
[![Health](https://phpackages.com/badges/chd7well-bootstrap-wizard/health.svg)](https://phpackages.com/packages/chd7well-bootstrap-wizard)
```

###  Alternatives

[kartik-v/bootstrap-popover-x

Bootstrap Popover Extended - Popover with modal behavior, styling enhancements and more.

1143.4M3](/packages/kartik-v-bootstrap-popover-x)[snapappointments/bootstrap-select

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

9.8k480.4k3](/packages/snapappointments-bootstrap-select)[kartik-v/bootstrap-tabs-x

Extended Bootstrap Tabs with ability to align tabs in multiple ways, add borders, rotated titles, and more.

1021.3M1](/packages/kartik-v-bootstrap-tabs-x)[kartik-v/yii2-tabs-x

A supercharged Bootstrap tabs widget with ability to align tabs in multiple ways, add borders, rotated titles, and more.

301.4M20](/packages/kartik-v-yii2-tabs-x)[techlab/smartwizard

The awesome jQuery step wizard plugin

79096.2k2](/packages/techlab-smartwizard)[onokumus/metismenu

A jQuery menu plugin

2.0k263.3k5](/packages/onokumus-metismenu)

PHPackages © 2026

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