jQuery Plugin – LightBox2

這篇文章也在馬老師舊的部落格出現過,不過既然搬家了就重新做一次吧!其實在馬老師雲端研究室裡面也大量應用了這樣的效果,無論你在這點選了圖片或Flash都會觸發這個效果,相信大家也看過很多次了,接下來我們就看看怎麼樣在自己的網頁中加入這樣的效果,首先大家可以先到LightBox2的官方網站下載他們打包好的jQuery和CSS…等資源,或按我直接下載。

LightBox2 範例圖1

下載後會有以下三個資料夾比較重要:

LightBox2 範例圖2
  • CSS資料夾是放LightBox2所需要用到的CSS樣式表
  • images資料夾是放LightBox2所需要用到的圖檔(例如上一張、下一張的按鈕)
  • js資料夾是放LightBox2所需要用到的jQuery檔

接下來就可以開始製作網頁,在製作前也需要先準備一些大圖和小圖,如下圖例:

LightBox2 範例圖3

範例中檔名有s的表示縮圖(160×120)、另外就是大圖(640×480),在網頁裡面首先置入縮圖,在縮圖上製作超連結到大圖。

LightBox2 範例圖4

接下來就要開始針對語法做些處理了,在HTML中<head>…</head>區段加入以下的程式碼:

<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

第1~3行是連結LightBox2中jQuery的程式,第4行則是連結LightBox2中CSS的樣式表,再來處理超連結的語法,在原本製作圖片超連結的部份加入rel=”lightbox[g1]”的語法,如下:

<a href="foods/location_pic_1.jpg" rel="lightbox[g1]"><img src="foods/location_pic_1_s.jpg" width="160" height="120" border="0" /></a> 
<a href="foods/location_pic_2.jpg" rel="lightbox[g1]"><img src="foods/location_pic_2_s.jpg" width="160" height="120" border="0" /></a> 
<a href="foods/location_pic_3.jpg" rel="lightbox[g1]"><img src="foods/location_pic_3_s.jpg" width="160" height="120" border="0" /></a>

其中g1的部份是表示這個圖片的群組,如果三張圖片都是g1則點選任一張,都可以在畫面中切換看到這三張,但若兩張圖片是g1第三張是g2的話,點選第一張圖片後只能切換到第二張,第三張則為獨立的圖檔,大家可以依照自己的情形修改括號內的文字,整體製作好的網頁語法如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LightBox2</title>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
</head>

<body>
<a href="foods/location_pic_1.jpg" rel="lightbox[g1]"><img src="foods/location_pic_1_s.jpg" width="160" height="120" border="0" /></a> 
<a href="foods/location_pic_2.jpg" rel="lightbox[g1]"><img src="foods/location_pic_2_s.jpg" width="160" height="120" border="0" /></a> 
<a href="foods/location_pic_3.jpg" rel="lightbox[g1]"><img src="foods/location_pic_3_s.jpg" width="160" height="120" border="0" /></a>
</body>
</html>

在這邊也提供整個製作完成的範例讓大家下載參考,或直接觀賞網頁檔,其實這個範例還有一些額外的小東西可以改,比如說彈出視窗的圖片標題,按鈕中文化…等,還要請大家再多多研究一下囉!希望這個範例對大家有所幫助,如果還有疑問,也可以在這邊回應唷~

You may also like...

20,600 Responses

  1. Liusror表示:

    Erectile firmness under real-world conditions improves within a few weeks of starting viagra 25 mg order. Your future doesn’t stand still – and neither do we.

  2. LorenOmigo表示:

    canadian cialis no prescription: TadalAccess – buy cialis online usa

  3. Frankiegeops表示:

    https://tadalaccess.com/# where to buy generic cialis ?

  4. Frankiegeops表示:

    https://tadalaccess.com/# cialis professional review

  5. LorenOmigo表示:

    cialis free trial voucher: Tadal Access – cheap cialis 5mg

  6. Josephmew表示:

    how to get cialis without doctor Tadal Access cialis before and after photos

  7. Josephmew表示:

    tadalafil lowest price cialis 20 mg price walgreens tadalafil pulmonary hypertension

  8. Liusror表示:

    Men under 40 increasingly seek medical consultation, often resulting in a prescription for rhino viagra pill. Your journey to strength arrives safely with everyday mail.

  9. LorenOmigo表示:

    order cialis from canada: cialis prices at walmart – cialis canada free sample

  10. Josephmew表示:

    buying cialis online safely TadalAccess where to get free samples of cialis

  11. Josephmew表示:

    cialis online without prescription Tadal Access buy cialis without prescription

  12. LorenOmigo表示:

    cialis 20 mg best price: cialis vs sildenafil – cialis over the counter at walmart

  13. Frankiegeops表示:

    https://tadalaccess.com/# what possible side effect should a patient taking tadalafil report to a physician quizlet

  14. ScottTrefs表示:

    cialis for daily use cost: cialis canada price – cialis pills for sale

  15. LorenOmigo表示:

    cialis pill: Tadal Access – tadalafil and ambrisentan newjm 2015

  16. ScottTrefs表示:

    overnight cialis delivery: what is the normal dose of cialis – cialis com free sample

  17. Frankiegeops表示:

    https://tadalaccess.com/# typical cialis prescription strength

  18. Josephmew表示:

    tadalafil citrate powder Tadal Access cialis generic name

  19. ScottTrefs表示:

    cialis 5 mg for sale: purchase cialis – cialis canada sale

  20. Frankiegeops表示:

    https://tadalaccess.com/# cheaper alternative to cialis

  21. Frankiegeops表示:

    https://tadalaccess.com/# cialis effectiveness

  22. Josephmew表示:

    cialis patent expiration buy cialis in canada cialis cheapest prices

  23. Josephmew表示:

    cialis for daily use dosage TadalAccess cialis tadalafil 20 mg

  24. Josephmew表示:

    tadalafil lowest price TadalAccess what is the cost of cialis

  25. калининград купить экскурсию обзорную экскурсии в калининграде 2025

  26. Frankiegeops表示:

    https://tadalaccess.com/# cheap cialis generic online

發佈回覆給「buy-tiktok-business-account.org_beava」的留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。