I wanted to know that which events are triggered when there is a page transition from suppose a.html to b.html.
I would like to bind a date property as well as get a session value through ajax when page b.html is getting loaded from a.html.
I have tried pageinit and pagecreate events. When i refresh the b.html then only these two events are triggered.
Please Help.
Thanks & Regards,
Vineet M
I think you may be looking for
pageshowandpagehideevents. Check in the documentation.