Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上記の構文を使用できるように jQuery を拡張できますか?
$() が返すものをプロトタイプ化する方法がわからないので、 $().$() を呼び出すことができます
ありがとう。
あなたが使用することができますfind()
find()
例えば:$('.superset').find('.within');
$('.superset').find('.within');
またはもっと単純に、$('.superset .within');
$('.superset .within');