Skip to content

Commit

Permalink
Documentation updated to next major release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Oct 30, 2011
1 parent 0dd6db6 commit ee42d4d
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 128 deletions.
36 changes: 23 additions & 13 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ The jQuery Gridy is licensed under [The MIT License](http://www.opensource.org/l

## Version

@version 0.5.1
@since 07.03.2010
@author Washington Botelho dos Santos
@documentation wbotelhos.com/stepy
@twitter twitter.com/wbotelhos
@package jQuery Plugins
@version 1.0.0
@since 2010.07.03
@author Washington Botelho dos Santos
@documentation wbotelhos.com/stepy
@twitter twitter.com/wbotelhos
@package jQuery Plugins

## Required Files

+ jquery.stepy.min.js
+ jquery.stepy.css

## Default values

Expand All @@ -33,9 +38,9 @@ The jQuery Gridy is licensed under [The MIT License](http://www.opensource.org/l

## Usage with default values

$('#form').stepy();
$('#stepy').stepy();

<form id="form">
<form id="stepy">
<fieldset title="Step 1">
<legend>description one</legend>
<!-- input fields -->
Expand All @@ -51,11 +56,16 @@ The jQuery Gridy is licensed under [The MIT License](http://www.opensource.org/l

## Public functions

You must pass a ID or a class to be the target of the action:

$.fn.stepy.step(2, '#stepy'); // Change the form to step 2.
$('#stepy').stepy('step', 2);
Change the form to the second step.

## Thanks to:
## Contributors:

+ Almir Mendes
+ Andrey Fedoseev
+ Igor Tamashchuk
+ Igor Tamashchuk
+ Rafael Machado

## Buy me a coffee

You can do it by [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=X8HEP2878NDEG&item_name=jQuery%20Stepy). Thanks! (:
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
* jQuery Stepy - A Wizard Plugin - http://wbotelhos.com/stepy
* --------------------------------------------------------------------------
*
* 1.0.0
* - Fixed validation to disabled fields do not validate;
* - Fixed validations when jQuery Validation returns undefined and blocks.
*
* 0.5.1
* - Fixed the focus of the first error field (reported by luckyong);
* - Avoided highlight only the first field when has multiple invalids fields on the form.
Expand Down
Loading

0 comments on commit ee42d4d

Please sign in to comment.