You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: