Skip to content

Instantly share code, notes, and snippets.

@davidfq
davidfq / jqplugin.js
Last active December 23, 2015 20:29 — forked from hernan/jqplugin.js
// jQuery Plugin Boilerplate
// A boilerplate for jumpstarting jQuery plugins development
// version 1.1, May 14th, 2011
// by Stefan Gabos
// http://stefangabos.ro/jquery/jquery-plugin-boilerplate-revisited/#requirements
// remember to change every instance of "pluginName" to the name of your plugin!
(function($) {
// here we go!