Skip to content

Instantly share code, notes, and snippets.

@akger1379
akger1379 / jpb.js
Last active January 4, 2016 12:59
A solid starter template for your jQuery plugins. Inspired by https://github.com/jquery-boilerplate/jquery-boilerplate
/**
* JPB - JQUERY PLUGIN BOILERPLATE
* A solid starter template for your jQuery plugins.
* Inspired by http://jqueryboilerplate.com
* @copyright André Kroll
* @license MIT
*/
;
(function ($, window, document, undefined) {
var PLUGIN_NAME = 'my_plugin'; // (i) will give you later access with: $('div').my_plugin()