Skip to content

Instantly share code, notes, and snippets.

View markdalgleish's full-sized avatar

Mark Dalgleish markdalgleish

View GitHub Profile
@markdalgleish
markdalgleish / jquery.boilerplate.js
Created May 3, 2012 23:52 — forked from marteinn/jquery.boilerplate.js
jquery-boilerplate - Bugfix, methods will now return a value.
/*
* Project:
* Description:
* Author:
* License:
*/
// the semi-colon before function invocation is a safety net against concatenated
// scripts and/or other plugins which may not be closed properly.
;(function ( $, window, undefined ) {