Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by srajder ( 13 years ago )
$(".slider_type_1 .slides").each(function(){
$(this).carouFredSel({
responsive: true,
item: 1,
direction : "left",
scroll : {
items : 1,
duration : 500,
pauseOnHover : true
},
swipe : {
onMouse : true,
onTouch : true
},
pagination : {
container : ".pagination ul",
anchorBuilder : function( nr ) {
return '<li><a href="#" title="">'+ nr +'</a></li>';
}
}
});
});
Revise this Paste