{"_id":"jquery-steps","_rev":"4-71f72a95bee3547c4fbeb05785c569b0","name":"jquery-steps","description":"A powerful jQuery wizard plugin that supports accessibility and HTML5","dist-tags":{"latest":"1.1.0"},"versions":{"1.1.0":{"name":"jquery-steps","title":"jQuery Steps","version":"1.1.0","description":"A powerful jQuery wizard plugin that supports accessibility and HTML5","homepage":"http://www.jquery-steps.com","author":{"name":"Rafael Staib","email":"me@rafaelstaib.com","url":"http://www.rafaelstaib.com"},"bugs":{"url":"https://github.com/rstaib/jquery-steps/issues"},"scripts":{"test":"grunt"},"repository":{"type":"git","url":"git+https://github.com/rstaib/jquery-steps.git"},"keywords":["jQuery","Wizard","Tabs","Steps","Plugin"],"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/MIT"}],"devDependencies":{"grunt":"~0.4.1","grunt-cli":"~0.1.9","grunt-contrib-qunit":"~0.2.1","grunt-contrib-jshint":"~0.4.3","grunt-contrib-uglify":"~0.2.0","grunt-contrib-concat":"~0.3.0","grunt-contrib-yuidoc":"~0.4.0","grunt-contrib-clean":"~0.4.1","grunt-contrib-compress":"~0.5.2","grunt-regex-replace":"~0.2.5","grunt-exec":"~0.4.2"},"gitHead":"0d9f4f8b6a0c3d3b8a73eabf6a4b8cececd52f7a","folders":{"dist":"build","src":"src","docs":"docs","nuget":"nuget"},"_id":"jquery-steps@1.1.0","_shasum":"0ceee0b0d2e49143981ad120d458ed56ea8e1924","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"stickmanblue","email":"bstayte@gmail.com"},"dist":{"shasum":"0ceee0b0d2e49143981ad120d458ed56ea8e1924","tarball":"https://registry.npmjs.org/jquery-steps/-/jquery-steps-1.1.0.tgz","integrity":"sha512-2ZODN30XpbdNgDiqydOCroTRVUeCBPx927l3p8SG7tsL1kmOkntg/jeiY9fjPqIff0cyelcwL/SZ+5hMaQyVmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC2JUkF5htBWoYwuHnCUr+hGxksQkiThR6wDaG2dQEGqAiBANrcfA9h4iSVZIDPAT8SjeGSOZnhLh7E32qIYfM5NeQ=="}]},"maintainers":[{"name":"stickmanblue","email":"bstayte@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/jquery-steps-1.1.0.tgz_1455310862749_0.8564248057082295"}}},"readme":"jQuery Steps Plugin [![Build Status](https://travis-ci.org/rstaib/jquery-steps.svg?branch=master)](https://travis-ci.org/rstaib/jquery-steps) [![Bower version](https://badge.fury.io/bo/jquery.steps.svg)](http://badge.fury.io/bo/jquery.steps) [![NuGet version](https://badge.fury.io/nu/jquery.steps.svg)](http://badge.fury.io/nu/jquery.steps)\n============\n\nA powerful jQuery wizard plugin that supports accessibility and HTML5.\n\n## Getting Started\n\n**jQuery Steps** is a lightweight wizard UI component written for **jQuery**.\n\nEverything you need to start is:\n\n1. Include **jQuery** and **jQuery Steps** in your HTML code.\n2. Then select an element represents the wizard and call the `steps` method.\n\n```html\n<!DOCTYPE html>\n<html>\n    <head>\n        <title>Demo</title>\n        <meta charset=\"utf-8\">\n        <script src=\"jquery.js\"></script> \n        <script src=\"jquery.steps.js\"></script>\n        <link href=\"jquery.steps.css\" rel=\"stylesheet\">\n    </head>\n    <body>\n        <script>\n            $(\"#wizard\").steps();\n        </script>\n        <div id=\"wizard\"></div>\n    </body>\n</html>\n```\n\n> For more information [check the documentation](https://github.com/rstaib/jquery-steps/wiki).\n\n### How to add initial steps?\n\nThere are two ways to add steps and their corresponding content.\n\n1. Add HTML code into the representing wizard element.\n\n```html\n<div id=\"wizard\">\n    <h1>First Step</h1>\n    <div>First Content</div>\n\n    <h1>Second Step</h1>\n    <div>Second Content</div>\n</div>\n```\n\n2. Or use the API to add steps dynamically.\n\n```javascript\n// Initialize wizard\nvar wizard = $(\"#wizard\").steps();\n\n// Add step\nwizard.steps(\"add\", {\n    title: \"HTML code\", \n    content: \"<strong>HTML code</strong>\"\n});\n```\n\n> For more samples [check the demos](https://github.com/rstaib/jquery-steps/wiki#demo).\n\n## Reporting an Issue\n\nInstructions will follow soon!\n\n## Asking questions\n\nI'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**.\n\n## Contributing\n\nInstructions will follow soon!\n\n## License\n\nCopyright (c) 2013 Rafael J. Staib Licensed under the [MIT license](https://github.com/rstaib/jquery-steps/blob/master/LICENSE.txt).\n","maintainers":[{"name":"stickmanblue","email":"bstayte@gmail.com"}],"time":{"modified":"2022-06-19T05:13:01.113Z","created":"2016-02-12T21:01:06.630Z","1.1.0":"2016-02-12T21:01:06.630Z"},"homepage":"http://www.jquery-steps.com","keywords":["jQuery","Wizard","Tabs","Steps","Plugin"],"repository":{"type":"git","url":"git+https://github.com/rstaib/jquery-steps.git"},"author":{"name":"Rafael Staib","email":"me@rafaelstaib.com","url":"http://www.rafaelstaib.com"},"bugs":{"url":"https://github.com/rstaib/jquery-steps/issues"},"readmeFilename":"README.md","users":{"bcipriano":true}}