こんにちは私は日付を表示し、同じ名前を持つ2つのdivを持っています。今のところ最初のdivを具体的に表示し、後で2番目の日付を表示したいと思います。検索してみましたが、div name要素を指定して、両方のdivを区別できることがわかりました。
(This is the first date which I want to display)
<div class="home-weather-sub-div-bar">
<span class="datetext1">Sunday, March 3, 2013 updated 14:45:00 CET</span>
</div>
(This is the second date which I want to display)
<div class="home-weather-sub-div-bar">
<span class="datetext1">Monday, March 4, 2013 until noon</span>
</div>
明確にするために、「div.home-weather-sub-div-bar」と「span.datetext1」を選択しようとしましたが、2013年3月3日日曜日、月曜日の14:45:00CETに更新されたまま表示されます。 2013年3月4日も同じ行の正午まで連結されます。
何か助けてください?