Form - Steps
One stop solution for perfect admin dashboard!
jQuery Steps!A powerful jQuery wizard plugin that supports accessibility and HTML5. For official documentation, click here .
Basic Example
Keyboard
Try the keyboard navigation by clicking arrow left or right!
Effects
Pager
Form Validations
Dynamic Manipulation
Tabs Example
Keyboard
What is needed to transform it to a tabs component? Not much. Just override some properties and done.
$("#wizard").steps({ // Disables the finish button (required if pagination is enabled) enableFinishButton: false, // Disables the next and previous buttons (optional) enablePagination: false, // Enables all steps from the begining enableAllSteps: true, // Removes the number from the title titleTemplate: "#title#"});
Other demos
Documentation
Purchase
Vertical Steps Example
Keyboard
Try the keyboard navigation by clicking arrow left or right!