Skip to content

Instantly share code, notes, and snippets.

View nmsdvid's full-sized avatar
🏠
Working from home

David Nemes nmsdvid

🏠
Working from home
View GitHub Profile
@nmsdvid
nmsdvid / gist:3713432
Created September 13, 2012 10:25
jQuery plugin pattern
/*
* <plugin name>
* version <number>
* author: <author name>
* <web site, twitter, etc...>
*/
(function($){
function initialize($obj, option1, option2, option3){