Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to Match selectedItem steps by Data-name #2

Merged
merged 1 commit into from
Feb 4, 2015

Conversation

swbullis
Copy link
Owner

@swbullis swbullis commented Feb 4, 2015

Added the ability to enter a text string to match against data-name attribute in selectedItem api.

<li data-name="abc1" data-step="1">
<li data-name="abc2" data-step="2">

.wizard("selectedItem", {step: "abc2"});
.wizard("selectedItem", {step: 2});
.wizard("selectedItem", {step: "2"});

swbullis added a commit that referenced this pull request Feb 4, 2015
Ability to Match selectedItem steps by Data-name
@swbullis swbullis merged commit d7135fb into master Feb 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant