Skip to content

Instantly share code, notes, and snippets.

View vool's full-sized avatar

Keith Phelan vool

View GitHub Profile
@vool
vool / ajaxify-html5.js
Last active December 10, 2015 22:59 — forked from balupton/README.md
// History.js It!
// v1.0.1 - 30 September, 2012
//
// fork of https://gist.github.com/854622 with the scrollto functionality removed
(function(window,undefined){
// Prepare our Variables
var
History = window.History,
@vool
vool / Issue with Turn.html
Created March 23, 2012 19:44
updated with suggested edits
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/blasten/turn.js/master/turn.min.js"></script>
<style>
body{
background:#ccc;
}