pushStateの履歴
- AjaxでもURLを更新して履歴を作れるHTML5のpushState試してみた | webOpixel
- pushState / popStateの解説とQrefyにおける実践コード | milestoner
code
$("nav a").click (e) -> e.preventDefault() href = $(this).attr("href") location.hash = href window.onhashchange = -> href = location.hash.substring(1) get href