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.
イベントまたは setInterval/timeout を使用せずに関数をドキュメント/ウィンドウにバインドする方法はありますか?
つまり、次のような関数をバインドしたいということです:
$(document).bind(function(){ //if element changed class remove element });
ばかげた質問かもしれませんが、要素にループを使用したくありません。
「DOM 変更時」イベントについて言及している場合は、次の回答をご覧ください。