How to make browser back and forward work on a single page layout?

后端 未结 3 1998
深忆病人
深忆病人 2021-01-01 04:35

As a follow-up question to: Most efficient way to do a horizontal sliding layout, is it possible to make the browser\'s back and forward button work when using a single page

3条回答
  •  时光取名叫无心
    2021-01-01 05:10

    Yes, you can use HTML5 history API to implement it.

    • Demo: http://html5demos.com/history
    • Docs: http://diveintohtml5.info/history.html

提交回复
热议问题