Skip to content

Instantly share code, notes, and snippets.

@masui
Created April 1, 2012 00:18
Show Gist options
  • Save masui/2269962 to your computer and use it in GitHub Desktop.
Save masui/2269962 to your computer and use it in GitHub Desktop.
(function($){
$.fn.yourfunc = function(/* 適当な引数 */){
/* 適当に処理 */
return this;
};
})(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment