Welcome! 登入 註冊
專區首頁 專區百科 專區論壇 專區部落格 專區地圖

Advanced

Change History

Message: [作業06] jQuery動態網頁初探-fadein

Changed By: JinJin
Change Date: May 12, 2015 10:28PM

[作業06] jQuery動態網頁初探-fadein
<h2>jQuery動態網頁初探作業說明</h2>
講義</h2>
請參考
[講義] jQuery講義
http://mepopedia.com/forum/read.php?1497,45619


[hr]
<h2>jQuery動態網頁初探作業說明</h2>
初探作業說明影音</h2>
業說明影音</h2>
http://youtu.be/ScKyR0mrh1s

<iframe width="853" height="480" src="//www.youtube.com/embed/ScKyR0mrh1s?rel=0" frameborder="0" allowfullscreen></iframe>

[hr]
<h2>作業步驟</h2>1.修改期中作業檔案,使#main產生fadein效果
2.學習重點
<xmp><head>
<!--jQuery 語法-->
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script>
$(function() {
$( "#main" ).hide();
$( "#main" ).fadeIn(2000);
});
</script>
</head>
</xmp>
3.將資料夾命名為 hw06-學號,以FTP上傳至hw06資料夾
作業網址為http://mepopedia.com/~web103-2b/hw06/hw06-1025445XXX 。

並請回覆:

(1)作業網址:
(2)製作心得:
學號

[hr]
請於規定時間準時繳交作業,逾期不後。
[hr]

Original Message

作者: JinJin
Date: May 12, 2015 10:27PM

[作業06] jQuery動態網頁初探-fadein

jQuery動態網頁初探作業說明


講義
請參考
[講義] jQuery講義
http://mepopedia.com/forum/read.php?1497,45619


[hr]

jQuery動態網頁初探作業說明


業說明影音
http://youtu.be/ScKyR0mrh1s



[hr]

作業步驟

1.修改期中作業檔案,使#main產生fadein效果
2.學習重點
<head><br /> <!--jQuery 語法--><br /> <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"><br /> <script src="http://code.jquery.com/jquery-1.10.2.js"></script><br /> <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script><br /> <script><br /> $(function() {<br /> $( "#main" ).hide();<br /> $( "#main" ).fadeIn(2000);<br /> });<br /> </script><br /> </head><br />
3.將資料夾命名為 hw06-學號,以FTP上傳至hw06資料夾
作業網址為http://mepopedia.com/~web103-2b/hw06/hw06-1025445XXX 。

並請回覆:

(1)作業網址:
(2)製作心得:
學號

[hr]
請於規定時間準時繳交作業,逾期不後。
[hr]