ademgao adlı üyeden alıntı

js kodlarını atar mısın ?


$(document).ready(function() {
$('#post-slider').owlCarousel({
loop: true,
items: 1,
thumbs: true,
thumbImage: true,
autoplay:true,
autoplayTimeout:3000,
autoplayHoverPause:true,
thumbContainerClass: 'owl-thumbs',
thumbItemClass: 'owl-thumb-item'
});
});