Skip to content

Commit d77364b

Browse files
committed
feat(jQuery): まとめを追加
1 parent 3a53589 commit d77364b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ja/jQuery/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@ calculator.fn = calculator.prototype;
9393
「拡張する時は`calculator.prototype`の代わりに`calculator.fn`を拡張して下さい」
9494
というルールがあるだけとも言えます。
9595

96+
## まとめ
97+
98+
ここではjQueryプラグインの仕組みや実装について学びました。
99+
100+
- jQueryプラグインは `jQuery.fn` を拡張する
101+
- `jQuery.fn = jQuery.prototype` である
102+
- jQueryプラグインとは`jQuery.prototype`を拡張したものといえる
103+
- 柔軟であるが、プラグインが行うことを制御することが難しい
104+
96105
## 参考資料
97106

98107
[Plugins | jQuery Learning Center](https://learn.jquery.com/plugins/ "Plugins | jQuery Learning Center")

0 commit comments

Comments
 (0)