I want to execute an action every time the page is displayed. I presume, "page show" is the action to go with. So even if someone uses the back button the action is executed. Also when both load and page show fire which one occurs first?
I want to execute an action every time the page is displayed. I presume, "page show" is the action to go with. So even if someone uses the back button the action is executed. Also when both load and page show fire which one occurs first?
Hello!
1) Yes, correct about page show
2) Load event is triggered earlier than Show.
thanks