Skip to content

Instantly share code, notes, and snippets.

View zanedev's full-sized avatar
💻
Koding

ZaneDev zanedev

💻
Koding
  • San Francisco, CA
View GitHub Profile
@zanedev
zanedev / ajaxify-html5.js
Last active December 12, 2015 08:59 — forked from balupton/README.md
// 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;