Creative Happy « visit
This is my Source Code and I don't want to show it here
View Source Code only (as overlay)
// That code snippet belongs to Creative Happy - http://creativehappy.com
$(document).ready(function(){
$(".img-container").each(function(i,el) {
var workImgs;
var prev;
var next;
el.id = el.className + i;
var workImgs = $("#" + el.id + " .work-imgs");
var prev = $("#" + el.id + " .slide-left");
var next = $("#" + el.id + " .slide-right");
workImgs.attr( { id: workImgs.attr("class") + i } )
next.attr( { id: next.attr("class") + i } )
prev.attr( { id: prev.attr("class") + i } )
$(workImgs).easySlider({prevId: prev.attr("id"),nextId: next.attr("id"),controlsShow: false,continuous: true});
});
$("#logo").mouseover(function ()
{
$("#logo img").remove();
$(this).attr("id", "logo_wink");
});
$("#logo").mouseout(function ()
{
$(this).attr("id", "logo");
});
});
Syndicate
Categories
Statistics
There are 330 Sites with 745 Links of Interest in 18 Categories. The latest Site was added 4 months ago.
About
This is a project by Sebastian Senf, for his part jQuery user and lover too. Follow me.