diff --git a/ja/jQuery/README.md b/ja/jQuery/README.md index f82763c..fe859d4 100644 --- a/ja/jQuery/README.md +++ b/ja/jQuery/README.md @@ -82,8 +82,8 @@ calculator.fn = calculator.prototype; また、モジュールで依存関係を示していますがやっていることはjQueryと同じで、[calculator.js](#calculator.js)を読み込んでから[calculator-plugin.js](#calculator-plugin.js)を読み込んでいるだけですね。 ```html - - + + ``` これを使うと`calculator#add`といったメソッドが利用できるようになるので、以下のように書くことが出来ます。