Skip to content

Instantly share code, notes, and snippets.

View mookman288's full-sized avatar

Brandon mookman288

  • Michigan
View GitHub Profile
<Shapes xmlns="http://www.evolus.vn/Namespace/Pencil"
xmlns:p="http://www.evolus.vn/Namespace/Pencil"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
id="Blueprint_CSS.Icons"
displayName="Blueprint CSS"
description="Blueprint CSS Grid"
author="Alice Kaerast"
url="http://blueprintcss.org/">
@mookman288
mookman288 / ajaxify-html5.js
Last active October 13, 2015 14:07 — forked from balupton/README.md
Ajaxify a Website with the HTML5 History API using History.js, jQuery, Possible Sliding, and Bug Fixes!
//http://james.padolsey.com/javascript/detect-ie-in-js-using-conditional-comments/
var ie = (function(){
var undef,
v = 3,
div = document.createElement('div'),
all = div.getElementsByTagName('i');
while (
div.innerHTML = '<!--[if gt IE ' + (++v) + ']><i></i><![endif]-->',