Skip to content

Instantly share code, notes, and snippets.

@thysultan
thysultan / grid.css
Created December 4, 2015 14:21
css grid
/**
* Grid
*
* useage:
// 25% vs 75%
<div class="grid-row">
<div class="grid-span-1/4"></div>
<div class="grid-span-3/4"></div>
</div>
@thysultan
thysultan / $.ajaxPagination.js
Last active October 10, 2015 09:21
$.ajaxPagination
$.ajaxPagination = function(el, container, e){
e.preventDefault();
var oldLink, newLink, selectors, page;
el = $(el);
selectors = {
loading: "loading",
pageName: "data-page-name",
@thysultan
thysultan / index.html
Created July 24, 2012 05:49
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>simple minimal calculator &middot; CodePen</title>
<!--
Copyright (c) 2012 Sultan Tarimo, http://codepen.io/sultantarimo
Permission is hereby granted, free of charge, to any person obtaining