How do I change a page in jQuery Mobile Dialog?

How do I change a page in jQuery Mobile Dialog?

When I open a dialog (Page B) from Page A.
there is a link in Page B that link to Page C.
I want that when I click the link, Page B auto close and Page A change to Page C with some transition.
But when I click the link just Page B close, whatever href I replaced to the link, that is the same result.

I wonder if the dialog just have open and close events, that is really like ALERT.

Because, JM have no "drop menu" or "pop menu", I want to use dialog replaced.