We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce88188 commit 3a53589Copy full SHA for 3a53589
ja/jQuery/README.md
@@ -91,4 +91,9 @@ calculator.fn = calculator.prototype;
91
実装をみてもらうと分かりますが、JavaScriptの`prototype`の仕組みをそのまま利用しています。
92
そのため、特別な実装は必要なく
93
「拡張する時は`calculator.prototype`の代わりに`calculator.fn`を拡張して下さい」
94
-というルールがあるだけとも言えます。
+というルールがあるだけとも言えます。
95
+
96
+## 参考資料
97
98
+[Plugins | jQuery Learning Center](https://learn.jquery.com/plugins/ "Plugins | jQuery Learning Center")
99
+- [jQuery拡張の仕組み 〜 JSおくのほそ道 #013 - Qiita](http://qiita.com/hosomichi/items/29b19ed3ebd0df9361ae)
0 commit comments