Im using JqTouch, and when i reload a page which isn't homepage, ang go back, it goes to home page

StackOverflow https://stackoverflow.com/questions/22244218

문제

For example, I can have


#HOME - #Page1

#Page1 - #Page2

#Page2 - #Page3


If i'm on #Page3 and I reload the page, nothing changes. But if I click the back button, it goes to #HOME, but it's supposed to go back to #Page2.

The back button looks like this;

<a class="button back" href="#">Back</a>

Please tell me how to fix it!

도움이 되었습니까?

해결책

Try to use:

<a class="button back" href="#Page2">Back</a>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top