Skip to content

Instantly share code, notes, and snippets.

View zrrtcs's full-sized avatar

Aizzat Suhardi zrrtcs

  • Kuala Lumpur, Malaysia
View GitHub Profile
@zrrtcs
zrrtcs / reboot.css
Created March 30, 2017 05:08
Compiled bootstrap-reboot
/*! normalize.css commit fe56763 | MIT License | github.com/necolas/normalize.css */
html {
box-sizing: border-box;
font-family: sans-serif;
font-size: 16px;
-ms-overflow-style: scrollbar;
-ms-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%; }
@zrrtcs
zrrtcs / deparam.js
Last active August 19, 2016 08:42 — forked from robozevel/deparam.js
// deparam
//
// Inverse of $.param()
//
// Taken from jquery-bbq by Ben Alman
// https://github.com/cowboy/jquery-bbq/blob/master/jquery.ba-bbq.js
var deparam = function( params, coerce ) {
var obj = {},
coerce_types = { 'true': !0, 'false': !1, 'null': null };
@zrrtcs
zrrtcs / code-1.htm
Last active August 29, 2015 14:20 — forked from bennadel/code-1.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Print Part of a Page With jQuery</title>
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<script type="text/javascript" src="jquery.print.js"></script>
<script type="text/javascript">
// When the document is ready, initialize the link so
// that when it is clicked, the printable area of the