We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a53589 commit d77364bCopy full SHA for d77364b
ja/jQuery/README.md
@@ -93,6 +93,15 @@ calculator.fn = calculator.prototype;
93
「拡張する時は`calculator.prototype`の代わりに`calculator.fn`を拡張して下さい」
94
というルールがあるだけとも言えます。
95
96
+## まとめ
97
+
98
+ここではjQueryプラグインの仕組みや実装について学びました。
99
100
+- jQueryプラグインは `jQuery.fn` を拡張する
101
+- `jQuery.fn = jQuery.prototype` である
102
+- jQueryプラグインとは`jQuery.prototype`を拡張したものといえる
103
+- 柔軟であるが、プラグインが行うことを制御することが難しい
104
105
## 参考資料
106
107
[Plugins | jQuery Learning Center](https://learn.jquery.com/plugins/ "Plugins | jQuery Learning Center")
0 commit comments