Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

page onload event not working as expected

This is what is happening...

Page1 has an onLoad event that runs a function. When I first navigate to Page1 it runs fine. If I go to Page2 then return to Page1, the onload event does not run.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

page onload event not working as expected

If the page (page 1) is already loaded into the DOM (browser), the load event won't fire again. You can use page show event.

Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

page onload event not working as expected

Thank you!

Return to “Issues”