Posts by Diogo Silva • 11 points
2 posts
-
0
votes2
answers127
viewsQ: Convert Jquery to Javascript
Good afternoon, I would like to convert this code below to Javascript: $('.circles > div').click(function () { let index = $('.circles > div').index(this); $('.circles >…
-
1
votes0
answers52
viewsQ: Selected link when changing slider
Good afternoon, I’m in need of help, I’m new to Javascript, Jquery, etc. I’m developing a project and created a part with Owl Carousel 2 where Slider changes as I click on the alphabet links. When…