我有一個div,當頁面加載時我想隱藏並且想在幾秒後顯示相同的內容。我是否使用jquery進行此操作。頁面加載時隱藏div,幾秒後顯示相同
HTML代碼
<div id="bio1">
<div class="carousel_titles">
<h6>Saul Yarmak</h6>
<div class="ops">Chairman & CEO</div>
</div>
<div class="img_block wrapped_imgs">
<img src="img/pictures/team1.jpg" alt="Tom" />
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make </p>
</div>
它應該放在ready函數裏面嗎? – Shareer
@Shareer當然是:) – Felix