Skip to content

Instantly share code, notes, and snippets.

View rrmdn's full-sized avatar
🏠
Working from home

Rizki Romadhoni rrmdn

🏠
Working from home
View GitHub Profile
@rrmdn
rrmdn / ajaxify-html5.js
Created July 10, 2012 04:06 — forked from balupton/README.md
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