-
Notifications
You must be signed in to change notification settings - Fork 503
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
Events dont fire on next page #368
Comments
@arjunmenon hey any luck I'm having the same issue events are not firing after change the page |
I run in the same issue i think. The first transition works, then nothing can be clicked. When check dev tools all i see is bootstrap triggers, none of the others? Tried adding the log as above, none are triggered actually EDIT I used the simple example from acnhor-transitions. I see this variable $container, but nowhere is it in the files? Wonder why there setup works. I coped all classes exactly over, same css setup
Okay container seems like a global thing, still not sure where this comes from. I tried log $container.text and i get the complete page. So somewhere it is declared. |
Okay i found my issue. Im using this on a CEP panel for photoshop. For that the scripts are all added before the end body tag. I just learned yesterday about innerHTML function. So when i noticed that a light went on. Probably that messes up all code. |
Hey
I have smoothstate function in both on index.html and nextpage.html
In nextpage.html
I have setup smoothstate like so
The alert and console.log dont register when I nevigate to nextpage.html
Instead, I see the alert and console.log I had configured similarly in the smoothstate function in index.html
How can I execute scripts written in nextpage.html to execute only on nextpage.
At present, what I am doing is to write the scripts in index.html, which runs on nextpage.html when loaded. But it runs twice when I navigate back to index.html from nextpage.html
The text was updated successfully, but these errors were encountered: