Skip to content

Instantly share code, notes, and snippets.

View IrvBriscoe's full-sized avatar
🎯
Focusing

Irv Briscoe IrvBriscoe

🎯
Focusing
  • Minneapolis, Minnesota
View GitHub Profile
@IrvBriscoe
IrvBriscoe / ajaxify-html5.js
Created December 7, 2012 06:14 — forked from balupton/README.md
Ajaxify a Website with the HTML5 History API using History.js, jQuery and ScrollTo
// History.js It!
// v1.0.1 - 30 September, 2012
// https://gist.github.com/854622
(function(window,undefined){
// Prepare our Variables
var
History = window.History,
$ = window.jQuery,
document = window.document;