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.
合計フィールドがいくつかあるページがあります。それらはすべて「totalAmount」クラスを共有しています。
jquery を使用して、これらすべてのフィールドに同じ値を設定する必要があります。
var amt = some value; $('.totamAmount').each // - Some instruction to set the value to amt;