Skip to content

Instantly share code, notes, and snippets.

@jamiees2
jamiees2 / wtf.js
Created February 22, 2017 10:58 — forked from GooseNinja/lol.js
for (let i = 0; i < 10; i++) {
console.log(i);
}
console.log('360 no-scope', i);
@jamiees2
jamiees2 / 0_reuse_code.js
Created March 20, 2014 11:42
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jamiees2
jamiees2 / dabblet.css
Created April 27, 2013 19:41
Circular Tooltip (SO)
/**
* Circular Tooltip (SO)
* http://stackoverflow.com/q/13132864/1397351
*/
* { margin: 0; padding: 0; }
body {
overflow: hidden;
background: url(http://theearlcarlson.com/experiments/amTooltip/img/bg.jpg);
}
/* generic styles for button & circular menu */