問題タブ [html-manipulation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - jQuery を使用して div コンテンツを動的に変更する
div の html コンテンツを変更する方法を知りたいです。
これが出発点です。
ページ上の出力:
りんご
バナナ
いちご
出力は次のように変更する必要があります。
ネコ
イヌ
魚
…とか、こんな感じ。
.each() などを使用してクラス「果物」を反復処理する必要があると思います。単一の要素または単一の div のコンテンツを変更する方法は知っていますが、同じクラスが複数回ある場合にどのように機能するかわかりません。
class="フルーツ"
class="フルーツ"
class="フルーツ"
....
お役に立てれば幸いです。