Top Value Performer « 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 Top Value Performer - http://topvalueperformer.com
$(document).ready(function(){
$('#hero').cycle({
fx: 'scrollHorz',
speed: 'fast',
timeout: 0,
pager: '#hero_nav',
pagerAnchorBuilder: function(idx, slide) {
// return selector string for existing anchor
return '#hero_nav a:eq(' + idx + ') img';
}
});
gotoPoll();
if(si){clearInterval(si);}
var si = setInterval('gotoPoll()',3000000);
//$('.vote').attr('onclick',"function(){$('#hero').cycle(5);return false;}");
/*$('.vote').click(function() {
$('#hero').cycle(5);
return false;
});
*/
$('.tryagain').click(function() {
$('#hero').cycle(5);
return false;
});
$('.error').click(function() {
$('#hero').cycle(6);
return false;
});
$('.confirm').click(function() {
$('#hero').cycle(7);
return false;
});
});
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.