Skip to content

Instantly share code, notes, and snippets.

View higekick's full-sized avatar

IKEGAMI Yuto higekick

View GitHub Profile
(function(){
var total = 0;
var year = '2012';
function init(num) {
num = (typeof num !== 'number' ? 0 : num);
if(num === 0) {
$('<div/>').css({
position: 'fixed',
left: 0,
top: 0,