Can't understand History.js, need it simplified?

前端 未结 2 1987
失恋的感觉
失恋的感觉 2020-12-28 15:44

I\'m fairly new to programming, and I\'m making an AJAX site with the help of jQuery.

I\'ve looked around a fair bit for an AJAX history handler, and figured that Hi

2条回答
  •  时光说笑
    2020-12-28 16:26

    Follow the instructions here: https://github.com/browserstate/ajaxify

    Change your links to traditional links href="#home" to href="/home" - make sure http://mywebsite.com/home works. This is all about graceful up-gradation.

提交回复
热议问题