P
P
PetrovAnto2020-05-05 04:13:07
JavaScript
PetrovAnto, 2020-05-05 04:13:07

How to add text to owl-dots in OWL-CAROUSEL?

Tell me how to add your own to owl-dots ?

<div class="owl-dots">
<button role="button" class="owl-dot">
<span></span>
</button>
<button role="button" class="owl-dot active">
<span></span>
</button>
</div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor, 2020-05-05
@PetrovAnto

owl.carousel.js has an initialized.owl.carousel event that fires when the DOM is formed. Catch the event and add what you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question