We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5950779 commit a6d95c8Copy full SHA for a6d95c8
jquery.steps.js
@@ -1,5 +1,5 @@
1
/*!
2
- * jQuery Steps Plugin v0.9.6 - A powerful jQuery wizard plugin that supports accessibility and HTML5
+ * jQuery Steps Plugin v0.9.7b - A powerful jQuery wizard plugin that supports accessibility and HTML5
3
* https://github.com/rstaib/jquery-steps
4
*
5
* Copyright (c) 2013 Rafael J. Staib
@@ -627,7 +627,7 @@
627
}
628
else
629
{
630
- currentStep.eq(state.currentIndex).addClass("error");
+ currentStep.addClass("error");
631
632
};
633
package.json
@@ -1,7 +1,7 @@
"name": "jQuery-steps",
"title": "jQuery Wizard Plugin",
- "version": "0.9.6",
+ "version": "0.9.7b",
"description": "A powerful jQuery wizard plugin that supports accessibility and HTML5",
6
"homepage": "https://github.com/rstaib/jquery-steps",
7
"author": {
0 commit comments