Skip to content

Commit 87c5962

Browse files
author
Rafael J. Staib
committed
Add further improvements
1 parent faa2e50 commit 87c5962

File tree

9 files changed

+18
-3
lines changed

9 files changed

+18
-3
lines changed

JSteps.v11.suo

512 Bytes
Binary file not shown.

JSteps/Scripts/jquery.steps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ function startTransitionEffect(wizard, options, state, index, oldIndex)
776776
state.transitionElement = newStep;
777777
currentStep[hide](effectSpeed, function ()
778778
{
779-
var wizard = $(this)._hideAria().parents(":has(.steps)"),
779+
var wizard = $(this)._hideAria().parent().parent().parent(),
780780
state = getState(wizard);
781781

782782
if (state.transitionElement)

JSteps/Scripts/jquery.steps.min.js

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JSteps/Views/Examples/Index.cshtml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@
122122
<script>
123123
$(function ()
124124
{
125+
$("#lefthand-nav").affix({
126+
offset: {
127+
top: function ()
128+
{
129+
return $("#topbar").outerHeight() + $("#banner").outerHeight();
130+
}
131+
}
132+
});
133+
134+
prettyPrint();
135+
125136
$("#wizard-1").steps({
126137
headerTag: "h3",
127138
bodyTag: "section",

JSteps/bin/JSteps.dll

0 Bytes
Binary file not shown.

JSteps/bin/JSteps.pdb

0 Bytes
Binary file not shown.
Binary file not shown.

JSteps/obj/Debug/JSteps.dll

0 Bytes
Binary file not shown.

JSteps/obj/Debug/JSteps.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)