Skip to content

ERROR [Async load] Calling 'onStepChanged' before request done #88

@sjke

Description

@sjke

see: https://github.com/rstaib/jquery-steps/blob/master/build/jquery.steps.js#L512
easy way:

$.when(loadAsyncContent).then( function() {
        startTransitionEffect(wizard, options, state, index, oldIndex);
        wizard.triggerHandler("stepChanged", [index, oldIndex]);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions