Uncoverr « 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 Uncoverr - http://uncoverr.com
function random_number(min,max) {
return (Math.round((max-min) * Math.random() + min));
}
jQuery(window).load(function(){
jQuery(this).delay(1000,function(){
var fn = function() {};
jQuery("li.item_block ul").each(function(){
jQuery(this).fxqueue({marginLeft:(this.rel)?this.rel:random_number(50, 250)+'px'}, 'slow', "swing", fn);
});
});
});
jQuery(document).ready(function() {
// Initialise the first and second carousel by class selector.
// Note that they use both the same configuration options (none in this case).
jQuery('.first-and-second-carousel').jcarousel({
scroll: 1
});
});
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.