以下に Function を⽣やす class 実装 Alex Arnell's Class Inheritance ベース なし Element 拡張 Prototype 拡張 要素をもつ配列をラップしたものに jQuery.fn をマージ ID から要素を取 得 $ なし セレクターから 要素を取得 $$ $
var IS_DONTENUM_BUGGY = (function(){ for (var p in { toString: 1 }) { if (p === 'toString') return false; } return true; })(); if (IS_DONTENUM_BUGGY) { if (source.toString != Object.prototype.toString) properties.push("toString"); if (source.valueOf != Object.prototype.valueOf) properties.push("valueOf"); }