Dogstudio / highway

Highway - A Modern Javascript Transitions Manager
https://highway.js.org/
MIT License
1.43k stars 92 forks source link

Javascript not working after page transition #99

Closed ashehzadgec closed 2 years ago

ashehzadgec commented 3 years ago

Hi there

I am quite new to highway.js and got stuck with reloading of JavaScript after page transition. The only problem I am facing is that my JavaScript is not working after the transition. I tried to workout with renderers but it did not worked out, I am sure I am missing something but what I do not know. Can someone help me how to reload JavaScript pls. I will really appreciate your help.

Regards, Shehzad Asif

michaelkoelewijn commented 3 years ago

Page specific JS gets called in the renderers. My guess is you have not correctly setup a renderer for your page. Also don't forget to call the done() function after transitioning as this invokes the renderer.

Adding your code to this post also helps. We cannot guess what you've written

ashehzadgec commented 3 years ago

Hi Michael

Glad someone replied to my question. It would be very kind if you could just provide a simple example to load the in page js and how to remove out page js. I am quite new to highway and could not figure it out through the docs. That's why I need help.

Regards, Shehzad Asif

On Mon, Dec 14, 2020 at 3:26 PM Michael Koelewijn notifications@github.com wrote:

Page specific JS gets called in the renderers. My guess is you have not correctly setup a renderer for your page. Also don't forget to call the done() function after transitioning as this invokes the renderer.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Dogstudio/highway/issues/99#issuecomment-744342639, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQYRBQ44BLBVBO6UHBYPQDSUXR3VANCNFSM4UGQYL4A .