{"id":13500880,"url":"https://github.com/wbotelhos/stepy","last_synced_at":"2025-04-05T17:06:03.787Z","repository":{"id":995103,"uuid":"804451","full_name":"wbotelhos/stepy","owner":"wbotelhos","description":":feet: jQuery Stepy - A Wizard Plugin","archived":false,"fork":false,"pushed_at":"2018-01-25T19:18:22.000Z","size":1481,"stargazers_count":177,"open_issues_count":33,"forks_count":68,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-14T12:05:15.656Z","etag":null,"topics":["jquery","steam","step","step-by-step","wizard"],"latest_commit_sha":null,"homepage":"https://wbotelhos.com/stepy","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wbotelhos.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-07-29T04:00:27.000Z","updated_at":"2024-04-07T08:42:43.000Z","dependencies_parsed_at":"2022-08-16T11:45:21.435Z","dependency_job_id":null,"html_url":"https://github.com/wbotelhos/stepy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fstepy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fstepy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fstepy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbotelhos%2Fstepy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wbotelhos","download_url":"https://codeload.github.com/wbotelhos/stepy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369952,"owners_count":20927928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jquery","steam","step","step-by-step","wizard"],"created_at":"2024-07-31T22:01:17.720Z","updated_at":"2025-04-05T17:06:03.764Z","avatar_url":"https://github.com/wbotelhos.png","language":"JavaScript","funding_links":["https://liberapay.com/wbotelhos","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=X8HEP2878NDEG\u0026item_name=stepy"],"categories":["JavaScript"],"sub_categories":[],"readme":"# jQuery Stepy - A Wizard Plugin\n\n[![Build Status](https://img.shields.io/travis/wbotelhos/stepy/master.svg)](https://travis-ci.org/wbotelhos/stepy)\n[![NPM Version](https://badge.fury.io/js/stepy.svg)](https://badge.fury.io/js/stepy)\n[![Dependency](https://david-dm.org/wbotelhos/stepy.svg)](https://david-dm.org/wbotelhos/stepy)\n[![Dev Dependency](https://david-dm.org/wbotelhos/stepy/dev-status.svg)](https://david-dm.org/wbotelhos/stepy#info=devDependencies)\n[![Code Climate](https://codeclimate.com/github/wbotelhos/stepy.png)](https://codeclimate.com/github/wbotelhos/stepy)\n[![Support](https://img.shields.io/badge/donate-%3C3-brightgreen.svg)](https://liberapay.com/wbotelhos)\n\njQuery Stepy is a plugin that generates a customizable wizard.\n\n## Options\n\n```js\nback:        undefined  // Callback before the backward action.\nblock:       false      // Block the next step if the current is invalid.\ndescription: false      // Choose if the descriptions of the titles will be showed.\nduration:    0          // Duration of the transition between steps in ms.\nenter:       true       // Enables the enter key to change to the next step.\nerrorImage:  false      // If an error occurs, a image is showed in the title of the corresponding step.\nfinish:      undefined  // Callback before the finish action.\nfinishButto: true       // Include the button with class called '.finish' into the last step.\nheader:      true       // Creates a header with title and description.\nignore:      ''         // Choose the fields to be ignored on validation.\nlegend:      false      // Choose if the legends of the steps will be showed.\nnext:        undefined  // Callback before the forward action.\nselect:      undefined  // Callback executed when the step is shown.\ntitleClick:  true       // Active the back and next action in the titles.\ntitleTarget: undefined  // Choose the place where titles will be placed.\ntransition:  'hide'     // Use transition between steps ('hide', 'fade' or 'slide').\nvalidate:    undefined  // Callback to each field of each step.\n```\n\n## Usage\n\n```html\n\u003cform\u003e\n  \u003cfieldset title=\"Step 1\" class=\"stepy-step\"\u003e\n    \u003clegend class=\"stepy-legend\"\u003edescription one\u003c/legend\u003e\n\n    \u003c!-- inputs --\u003e\n  \u003c/fieldset\u003e\n\n  \u003cfieldset title=\"Step 2\" class=\"stepy-step\"\u003e\n    \u003clegend class=\"stepy-legend\"\u003edescription two\u003c/legend\u003e\n\n    \u003c!-- inputs --\u003e\n  \u003c/fieldset\u003e\n\n  \u003ca class=\"stepy-back\"\u003eback\u003c/a\u003e\n  \u003ca class=\"stepy-next\"\u003enext\u003c/a\u003e\n  \u003cinput type=\"submit\" class=\"stepy-finish\" /\u003e\n\u003c/form\u003e\n```\n\n```js\n$('form').stepy();\n```\n\n## Functions\n\n```js\n$('form').stepy('step', 2); // Changes the form to the second step.\n\n$('form').stepy('destroy'); // Destroy the Stepy's bind and gives you the raw element.\n```\n\n## Contributors\n\n[Check it out](http://github.com/wbotelhos/stepy/graphs/contributors)\n\n## Love it!\n\nVia [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=X8HEP2878NDEG\u0026item_name=stepy) or [Support](https://liberapay.com/wbotelhos). Thanks! (:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbotelhos%2Fstepy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwbotelhos%2Fstepy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbotelhos%2Fstepy/lists"}