-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQuery Plugin #8
Comments
同じテーマでそれぞれ話しを進めるべきか? |
CONTRIBUTING.md に書くポイントまとめた |
Plugins | jQuery Learning Center |
jQueryプラグインの向いてないところを考える 結局はただのprototype |
プラグイン全体の話として、本体のコア機能もプラグインで実装されているかという話があるとよさそう。 |
jQuery.extendとjQuery.fn.extendとプロトタイプチェイン - (゚∀゚)o彡 sasata299's blog |
jQueryのプラグインについて
どう書ける?
と読み込ませると、jQueryオブジェクトで拡張したメソッド使えるようになる。
どういう仕組み?
$.fn
に拡張したいメソッドを追加すると、jQueryオブジェクトにそのメソッドが追加される。prototypeに対して拡張するのと同じ
どういう事に向いてる?
<script>
時代のものなので、複数のバージョンの扱いなど大雑把どういう事に向いていない?
$
orjQuery
があるという前提という空気感この仕組みを使ってるもの
チェックシート
The text was updated successfully, but these errors were encountered: