Skip to content

Commit 3a53589

Browse files
committed
feat(jQuery): 参考資料を追加
1 parent ce88188 commit 3a53589

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ja/jQuery/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,9 @@ calculator.fn = calculator.prototype;
9191
実装をみてもらうと分かりますが、JavaScriptの`prototype`の仕組みをそのまま利用しています。
9292
そのため、特別な実装は必要なく
9393
「拡張する時は`calculator.prototype`の代わりに`calculator.fn`を拡張して下さい」
94-
というルールがあるだけとも言えます。
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

Comments
 (0)