jQueryプラグインを作る際のメモです。メモですので、お気になさらずに。
(function($) { $.fn.PluginName= function(options){ var setting = $.extend({},options); this.each(function(){ // Write Here }); return this; }; })(jQuery);
2011.01.07 14:02 | Comments(0) | Trackback(0)