2012-04-01から1ヶ月間の記事一覧

jQueryプラグインを書くためのテンプレ

jQuery.fn.pluginName = function(options) { var options = jQuery.extend( { },options); return this.each(function(){ }); };