In jQuery mobile, I want to show a dialog message in my homepage (index.html
) when this page is first loaded. However, if the user navigates to different pages of my site and comes back to my index.html
, I don't want to show show the dialog.
I am thinking about using pageshow
or pagebeforeshow
method and checking prevPage
object. Is there any other good way to do it?