Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd77364b

Browse files
committed
feat(jQuery): まとめを追加
1 parent3a53589 commitd77364b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎ja/jQuery/README.md

Lines changed: 9 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp