2012-04-10から1日間の記事一覧

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

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