Is this a proper way to use History.js?
问题 I was able to put together a simplified complete History.js example using three links to load fragments of content from a full page without updating the page and while updating the browser history. Here are the relevent code snippets - a complete working example is here http://jsfiddle.net/PT7qx/show <a href="/page-header">Page Header</a> <a href="/login-form">Login Form</a> <a href="/nothing">Nothing</a> <script> var History = window.History; if (!History.enabled) { return false; } History