Skip to content

Instantly share code, notes, and snippets.

// jQuery Plugin Boilerplate
// A boilerplate for jumpstarting jQuery plugins development
// version 1.1, May 14th, 2011
// by Stefan Gabos
// 中文 by tomieric
// 定义好插件名字,将以插件形式调用
(function($) {
// 开始上手