This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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; | |
} |