Posts by Vicentte • 73 points
2 posts
-
0
votes3
answers357
viewsQ: Fix Div with Javascript
Good evening, I know this question has been answered here several times, but none of them worked for me and I will explain why. In all solutions presented it is necessary to change the parameter…
javascriptasked Vicentte 73 -
6
votes1
answer246
viewsQ: Progress bar for slide jcarousel
// Carousel $(function(){ $(".peq-carousel").jCarouselLite({ bntNext: '.next', bntPrev: '.prev', visible: 7, auto: 3000, speed: 800, vertical: true }); }); // Barra Progresso function startbar(){…