Skip to content

Instantly share code, notes, and snippets.

@fullpipe
fullpipe / gist:6069995
Created July 24, 2013 12:15
Jquery plugin wraper
;(function ( $, window, document, undefined ) {
// Create the defaults once
var pluginName = 'defaultPluginName',
defaults = {
propertyName: "value"
};
// The actual plugin constructor
function Plugin( element, options ) {
this.element = element;