Q
Q
Qurel2020-02-24 10:51:23
JavaScript
Qurel, 2020-02-24 10:51:23

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>');


Website: link

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lord_Dantes, 2020-02-24
@Lord_Dantes

What is your goal?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question