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

Event listeners on views disappear #20

Closed
triceam opened this issue May 8, 2012 · 1 comment
Closed

Event listeners on views disappear #20

triceam opened this issue May 8, 2012 · 1 comment
Labels

Comments

@triceam
Copy link
Owner

triceam commented May 8, 2012

Event listeners disappearing on a view once a new view has been pushed into the view navigator.

@triceam triceam closed this as completed May 8, 2012
@triceam
Copy link
Owner Author

triceam commented May 8, 2012

ViewNavigator was using jQuery's .remove() function, which kills event listeners (even if you still need them). Switched to use jQuery .detach(), which keeps view navigators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant