jQuery lightBox Genişletmesi

Kategori: 05 Temmuz 2010

jQuery lightBox Genişletmesi

Pek çok resim galerisinde veya yeni nesil forumlarda gördüğümüz LigtBox özelliğini kullanabileceğimiz jQuery Eklentisinin kullanımından söz etmek istiyorum.

Resimlerin üzerine tıklandığında büyük halini animasyonu bir şekilde ekrana getiren ve aynı sayfadaki bütün resimleri kayar bir şekilde izleyebileceğiniz özellikleri kazandıran bir site resim genişletmesi.

Eklentinin ana sayfa adresi burası ve  burası . Aynı yerden eklentiyi ve eklenti örneğini indirebilirsiniz.

Çalışma şekline gelirsek resim bağlantısının ufak halini ve büyük halini gösteren bağlantıları belirtmeniz yeterlidir.

<a href="photos/image1.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery').lightBox();">
<img src="photos/thumb_image1.jpg" width="72" height="72" alt="" />
</a>

Kullanmadan önce sayfa header bölümüne genişletmemizin yolunu eklemeyi unutmayın.


<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>

Tam örnek bu şekilde;


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery lightBox plugin</title>

<link rel="stylesheet" type="text/css" href="../style-projects-jquery.css" />

<!-- Arquivos utilizados pelo jQuery lightBox plugin -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" />
<!-- / fim dos arquivos utilizados pelo jQuery lightBox plugin -->

<!-- Ativando o jQuery lightBox plugin -->
<script type="text/javascript">
$(function() {
$('#gallery a').lightBox();
});
</script>
<style type="text/css">
/* jQuery lightBox plugin - Gallery style */
#gallery {
background-color: #444;
padding: 10px;
width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 5px solid #3e3e3e;
border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
color: #fff;
}
#gallery ul a:hover { color: #fff; }
</style>
</head>

<body>

<h2 id="example">Example</h2>
<p>Click in the image and see the <strong>jQuery lightBox plugin</strong> in action.</p>
<div id="gallery">
<ul>
<li>
<a href="photos/image1.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery').lightBox();">
<img src="photos/thumb_image1.jpg" width="72" height="72" alt="" />
</a>
</li>
<li>
<a href="photos/image2.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
<img src="photos/thumb_image2.jpg" width="72" height="72" alt="" />
</a>
</li>
<li>
<a href="photos/image3.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
<img src="photos/thumb_image3.jpg" width="72" height="72" alt="" />
</a>
</li>
<li>
<a href="photos/image4.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
<img src="photos/thumb_image4.jpg" width="72" height="72" alt="" />
</a>
</li>
<li>
<a href="photos/image5.jpg" title="Utilize a flexibilidade dos seletores da jQuery e crie um grupo de imagens como desejar. $('#gallery a').lightBox();">
<img src="photos/thumb_image5.jpg" width="72" height="72" alt="" />
</a>
</li>
</ul>
</div>

</body>
</html>

Çalışan bir örneğini buradan görebilirsiniz.

Ekleyen:

- who has written 88 : zbahadir.


Yazara Mesaj Gönder

2 Yorum : “jQuery lightBox Genişletmesi”

  1. admin diyor ki:

    Demo maalesef çalışmıyor bir ara düzenlerim.


Gelen bağlantılar

  1. Lightbox diyor ki:

    [...] [...]

Fikrini Söyle

Yorum yapmak için Giriş yapmalısınız.

Our Flickr Photos - Tüm Resimler

Related sites

Kategoriler

Arşivler

Takvim

Temmuz 2010
Pts Sal Çar Per Cum Cts Paz
« Haz   Kas »
 1234
567891011
12131415161718
19202122232425
262728293031