content (function(\$) { ${2:// ${3:What does the $1 plugin do?}} \$.fn.${1:pluginName} = function(options) { if (!this.length) { return this; } var opts = \$.extend(${5:true, }{}, \$.fn.$1.defaults, options); this.each(function() { var ${6:\$this} = \$(this); $0 }); return this; }; // default options \$.fn.$1.defaults = { ${4:defaultOne: true, defaultTwo: false, defaultThree: 'yay!'} }; })(jQuery); name plugin (method basic) scope source.js tabTrigger plugin uuid 02F87930-5CDC-414A-BA7F-D74CCFD2CBA3