Peekaboo

a simple jQuery plugin for thumbnails.

Who are these people?

JQUERY Code

$('.peek').peekaboo('.peek img');

HTML Code


<div class="peek">

<img height="125px" width="200" src="myimage.jpg" alt="myimage" />

<div class="desc">

<span class="title">description goes here</span>

<ul>

<li><a href="#">View the video</a></li>

<li><a href="#">Read more</a></li>

<li><a href="#">Download the PDF</a></li>

</div>

</div>

CSS Code


.desc{

border:1px #000 solid;

}



.title{

padding:20px;

font-weight:bold;

text-align:center;

}



Download Peekaboo.js