I have a multi page jquery mobile document. Structure something like.
Page A
Page B
Page C
I know I can execute function on every pageshow by using pageshow but when u link back to page A say by #PageA in browser it leaves main URL only. So I want to execute a function when user is on mydomain.com
I can propose general solution. For each page you can have div
and check by jQuery whether you have
and so on. I hope it helps.