jQueryオブジェクトかどうかを調べる : jQuery

jQueryオブジェクトのインスタンスかどうかを調べるコード。 if ($('<div>Hello</div>') instanceof jQuery) { console.l […]