-
Hey mate.
Author of [jQuery Ajaxy](http://balupton.com/projects/jquery-ajaxy) and [History.js](http://j.mp/fTGcBW) here.
Love that your having a go at the HTML5 State/History API stuff :-) Thought I…
-
Even in HTML5-only mode, it's impossible to include a hashtag in the url.
``` javascript
History.pushState( { foo: "bar" }, "Title", "example/url #tag"); // does nothing
History.pushState( { foo: "ba…
-
The iFrame method may work for users with JS disabled, but I think there may be a better alternative. With an iFrame, the web site may work, but the URL in the address bar does not change.
I think …
-
To repair this issue on IE10 i have this workaround.
I added window.location.hash = new_location; at line : 347.
```
// HTML5 History exists and new_location is a full path
window.location.h…
-
Maybe we should support a replace mode for hashes.
I've been creating/using HTML5 based slide decks for years with DZSlides, reveal and bespoke. They all modify the current URL hash. It has pros and …
-
Hello there,
wouldn't it be great to improve the project by HTML5 History API? For example:
URL bar: http://yoursite.com/
snapper.open('left'); -> URL bar: http://yoursite.com/left-drawer-is-open
sn…
-
## 原理
核心更新视图但不重新请求页面。vue-router实现单页面路由跳转。
## 路由的三种模式
- hash: 使用 URL hash 值来作路由。默认模式。特点是路由中有一个#号
- history: 依赖 HTML5 History API 和服务器配置。查看 HTML5 History 模式。
- abstract: 支持所有 JavaScript 运行环境,如 No…
-
There's technically no reason to close `meta`, `img`, `br` and other empty tags. HTML5 does not require empty elements to be closed.
Yet jTidy does not accept that when it's configured with `tidy.s…
-
Prepare backend for sharing task history between different "clients" (html5, android, thick client, etc.).
-
since the text gets parsed as it is typed, maybe it would be beneficial to set the url accordingly using the history api in html5?
timo updated
13 years ago