こんにちは。私はPHPでこれを作ることができますが、JSで作成しようとしています。JSを配列に挿入して取り出します
<div class="content" id="2"> This is message </div>
<div class="content" id="43"> Hello </div>
<div class="content" id="21"> some content... </div>
私は「コンテンツ」クラスの内部属性すべて「ID」を取得したい:私はこのようないくつかのdivを持っています。 「」テキスト「」 aswellの、すべての...
がどのように見えるする必要がありますように見えるたいのですが、foreachのを取得したい。この後x = array(2, 43, 21)
とy= array(this is message, Hello, some content)
...
foreach() {
echo x;
echo y }
この:
2 this is message
43 Hello
21 some content
「みたいですね」と誰が言っていますか?これは何のため?何を試しましたか?この宿題ですか? – vol7ron
あなたはおそらくこれ[ここ](https://stackoverflow.com/questions/1453504/how-to-get-the-div-ids-in-a-div-in-jquery)と[here] (https://stackoverflow.com/questions/6854009/jquery-get-content-between-div-tags) – Junaid
@junaidこれは別の質問です。 – halid96