This file contains hidden or 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
/** | |
* Grid | |
* | |
* useage: | |
// 25% vs 75% | |
<div class="grid-row"> | |
<div class="grid-span-1/4"></div> | |
<div class="grid-span-3/4"></div> | |
</div> |
This file contains hidden or 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
$.ajaxPagination = function(el, container, e){ | |
e.preventDefault(); | |
var oldLink, newLink, selectors, page; | |
el = $(el); | |
selectors = { | |
loading: "loading", | |
pageName: "data-page-name", |
This file contains hidden or 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> | |
<meta charset="UTF-8"> | |
<title>simple minimal calculator · CodePen</title> | |
<!-- | |
Copyright (c) 2012 Sultan Tarimo, http://codepen.io/sultantarimo | |
Permission is hereby granted, free of charge, to any person obtaining |
NewerOlder