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.
div内にいくつかのテキストボックスといくつかのテキストエリアがあります。これらのテキスト ボックス内で一部の値が変更されているかどうかを確認する必要があります。
すべてのフォーム要素を検出する場合は、次を使用します。
$("div *").change(function(){ // Whatever });
幸運を
div の変更イベントはありません。そのdivでhtmlの変更を把握しようとしている場合は、間隔の後にそのdivのhtmlをプールして、変更されているかどうかを確認できます。setIntervalhtmlを繰り返しチェックするために使用できます。
setInterval