Skip to content

Instantly share code, notes, and snippets.

View mojaray2k's full-sized avatar

Amen Moja Ra mojaray2k

  • Miami, Fl
View GitHub Profile

Moving from jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@mojaray2k
mojaray2k / domready.js
Created September 8, 2013 17:39 — forked from ded/domready.js
function r(f){/in/(document.readyState)?setTimeout(r,9,f):f()}
@mojaray2k
mojaray2k / API 1
Created August 11, 2013 07:00 — forked from sosedoff/opentable_client.rb
Unofficial OpenTable API
# Unofficial OpenTable API
This project was created for one purpose — to make OpenTable data easily accesible to developers. No longer do you have to download XLS file, parse it and insert into your app's database. That shit is annoying.
It is absolutely free and open for everyone to use.
Created by @dan_sosedoff while drinking beers with @alwaysunday in Austin, TX.
## Usage

Susy Tutorial

For this tutorial I'm assuming you are already comfortable with CSS, Sass (I'll use the SCSS syntax) and Compass. Please get set up with each one of those before attempting to use Susy. Sass and Compass both have their own setup instructions and tutorials that you can use.

There is also reference documentation in the works.

What Susy Does

CSS Systems