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

Rename currIndex to index and add setter option #27

Open
craig0990 opened this issue Aug 8, 2014 · 0 comments
Open

Rename currIndex to index and add setter option #27

craig0990 opened this issue Aug 8, 2014 · 0 comments
Milestone

Comments

@craig0990
Copy link
Collaborator

Rename the currIndex method to index and add support for skipping directly to a specific step. Some examples:

Get the current step index (zero-indexed):

var idx = $('body').pagewalkthrough('index')

Move to a specific step:

var idx = $('body').pagewalkthrough('index', 6)
@craig0990 craig0990 changed the title Rename currIndex to index Rename currIndex to index and add setter option Aug 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant