Prototype.js
Prototype JavaScript framework: a foundation for ambitious web user
interfaces
http://prototypejs.org
JavaScript のフルスタックライブラリ (Yahoo UI や Closure Library に網羅範囲は
劣るが...)
最終更新⽇は 2015/09/22
Slide 4
Slide 4 text
jQuery との違い
Prototype.js jQuery
実装スタイル OOP & Prototype 拡張 jQuery
以下に Function を⽣やす
class 実装 Alex Arnell's Class
Inheritance ベース なし
Element 拡張 Prototype 拡張 要素をもつ配列をラップしたものに
jQuery.fn
をマージ
ID から要素を取
得 $
なし
セレクターから
要素を取得 $$ $