From a6d95c87cf4d17b2c4f4a6f16a5a6370e13ac0f2 Mon Sep 17 00:00:00 2001 From: "Rafael J. Staib" Date: Wed, 22 May 2013 14:03:10 +0200 Subject: [PATCH] Add a fix for issue #3 --- jquery.steps.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jquery.steps.js b/jquery.steps.js index 6ecdfdd..49b86e6 100644 --- a/jquery.steps.js +++ b/jquery.steps.js @@ -1,5 +1,5 @@ /*! - * 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 * https://github.com/rstaib/jquery-steps * * Copyright (c) 2013 Rafael J. Staib @@ -627,7 +627,7 @@ } else { - currentStep.eq(state.currentIndex).addClass("error"); + currentStep.addClass("error"); } }; diff --git a/package.json b/package.json index 55ba8ba..9ddaa72 100644 --- a/package.json +++ b/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", "homepage": "https://github.com/rstaib/jquery-steps", "author": {