Answer the question
In order to leave comments, you need to log in
Can't add item to owl-dots container?
Can't add element to owl-dots container for animation.
I add the code in the admin panel, here is the code that I tried, nothing works:
// 1 вариант
$('.owl-dots').append('<span class="move"></span>');
// 2 вариант
$('.owl-dots').appendTo('<span class="move"></span>');
// 3 вариант - этот вариант не подходит, так как мне нужно вставить непостредсвенно в контейнер .owl-dots, но тоже не вставляет
$('.owl-dots').after('<span class="move"></span>');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question