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

Success handlers don't fire on last page #29

Open
pedantic-git opened this issue Nov 15, 2016 · 1 comment
Open

Success handlers don't fire on last page #29

pedantic-git opened this issue Nov 15, 2016 · 1 comment

Comments

@pedantic-git
Copy link

The success handlers fire on every instance of navSelector, but in the example in the readme, the navSelector is removed from the DOM as part of rendering the final page. This causes the success handler never to fire.

Perhaps there needs to be a success handler that fires globally after every load and another handler that takes navSelector as $(this) for loading between pages?

@eterry1388
Copy link

Ran into same issue and would like to also request that success is called even on the last page.

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

No branches or pull requests

2 participants