Posts by Wellingtonfjr • 13 points
1 post
-
1
votes1
answer310
viewsQ: Automating a function each JS/Jquery
I have a problem automating a function in JS / Jquery. I have the following code: $('.tab-pane').each(function(index, el) { tipo = $(this).attr('id'); $("#owl-carousel-" + tipo).owlCarousel({ loop:…