You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,12 @@ This project is the successor of [jQuery History](http://balupton.com/projects/j
15
15
16
16
## Usage
17
17
18
-
### Working with History.js:
18
+
### Instant
19
+
20
+
To ajaxify your entire website with the HTML5 History API, History.js and jQuery the [Ajaxify Script](https://github.com/browserstate/ajaxify) is all you need. It's that easy.
21
+
22
+
23
+
### Working with History.js directly
19
24
20
25
```javascript
21
26
(function(window,undefined){
@@ -47,7 +52,6 @@ This project is the successor of [jQuery History](http://balupton.com/projects/j
47
52
})(window);
48
53
```
49
54
50
-
To ajaxify your entire website with the HTML5 History API, History.js and jQuery [this snippet of code](https://gist.github.com/854622) is all you need. It's that easy.
51
55
52
56
### How would the above operations look in a HTML5 Browser?
0 commit comments