Skip to content

Instantly share code, notes, and snippets.

View christianslater's full-sized avatar

christianslater

View GitHub Profile
@christianslater
christianslater / ajaxify-html5.js
Created July 18, 2012 05:59 — forked from genereddick/ajaxify-html5.js
Ajaxify a Website with the HTML5 History API using History.js, jQuery and ScrollTo
// https://gist.github.com/854622
(function(window,undefined){
// Prepare our Variables
var
History = window.History,
$ = window.jQuery,
document = window.document;
// Check to see if History.js is enabled for our Browser
@christianslater
christianslater / ajaxify-html5.js
Created July 18, 2012 05:59 — forked from genereddick/ajaxify-html5.js
Ajaxify a Website with the HTML5 History API using History.js, jQuery and ScrollTo
// https://gist.github.com/854622
(function(window,undefined){
// Prepare our Variables
var
History = window.History,
$ = window.jQuery,
document = window.document;
// Check to see if History.js is enabled for our Browser