åå¼·ã®ããã«è¶ ç°¡å㪠jQuery ãã©ã°ã¤ã³ãæ¸ãã¦ã¿ãããåè JSer ã®æ¹ã ã«è²ã ã¨ãæå°ãéæ»ããã ããã®ã§ãå¿ããªãããã«ã¡ã¢ãã ãªã¬ãªã¬ jQuery ãã©ã°ã¤ã³ãã³ãã¬ã¼ã (function($) { $.fn.pluginName = function(options) { /** * Option */ options = $.extend({ opt1: 'val', opt2: 'val' }, options); /** * Core */ return this.each(function() { // Process }); /** * Method */ function _methodName() { }; }; }(jQuery)); /** * Execute */ $(function() { $(".foo").pluginName(); })
{{#tags}}- {{label}}
{{/tags}}