Issues With Back Navigation

Issues With Back Navigation

I am developing a small app using jQuery Mobile. I have been facing an issue for past 3 days and i am not able to track what is wrong in my html or javascript. I have a multi-page html which is loaded first and when i go to some page(like B.html external link ) from (i.e A.html) it works fine and i have one more C.html which opens from B.html on some buttons click.
     Problems start here when I press back button, when back is pressed C.html markup got appended into B.html and if I further press back both B.html and C.html becomes vissible in A.html.
    Please provide some hint to this problem because i could not find any problem related to mine anywhere..