Skip to content

Instantly share code, notes, and snippets.

@nenjiru
Created April 12, 2013 13:04
Show Gist options
  • Save nenjiru/5371850 to your computer and use it in GitHub Desktop.
Save nenjiru/5371850 to your computer and use it in GitHub Desktop.
jQuery template
/**
* jQuery extend
*/
jQuery.fn.extend({
/**
* plugin
*
* @param {Object} argument comment
*/
plugin: function(args)
{
return this.each(function()
{
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment