發表文章

目前顯示的是有「Javascript」標籤的文章

22個最受歡迎的jQuery範例(2011年)

圖片
22個最受歡迎的jQuery範例(2011年) : 以下文章來自: http://www.moretechtips.net/2011/12/22-most-popular-jquery-plugins-of-2011.html -------------------------------------------------------------------------------------------------- Since jQuery was released in 2006, it has changed the way we think of JavaScript. And because of its simplicity, it has motivated many enthusiastic developers to create thousands of useful plugins and extends its functionality. Now, lets go through some of the most popular jQuery plugins of 2011 as It's almost over.

8個最受歡迎的jQuery範例(2012年1月)

圖片
8個最受歡迎的jQuery範例(2012年1月) : 以下文章來自: http://www.moretechtips.net/2012/02/8-most-popular-jquery-plugins-of.html --------------------------------------------------------------------------------------------------------- Last month developers were busy with jQuery and it is time to go through some of the most popular jQuery plugins they created in January 2012.

24個最受歡迎的jQuery範例(2012年2月)

圖片
24個最受歡迎的jQuery範例(2012年2月) : 以下文章來自: http://www.moretechtips.net/2012/02/24-most-popular-jquery-plugins-of.html --------------------------------------------------------------------------------------------------- Last month, many great jQuery plugins were created and new versions were released too. Now, lets go through some of the most popular plugins in February 2012.

在網頁上使用javascript控制Flash的播放

在網頁上使用javascript控制Flash的播放 : 除了在Flash中直接用Action Script控制動畫的播放外,其實也可以在網頁中以 javascript 控制,例如入口網站常有廣告播放完畢後,有一個「重新播放」的超連結! 使用步驟: 在網頁中插入 Flash 物件時,請記得要設定它的 ID 使用以下語法控制:(要注意語法有大小寫的分別喔!) (網頁中的 Flash id).Play(); 如:ad.Play();