Initialize js swiper in partial render #449
Unanswered
ravindurajakaruna
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a swiper(slider) for some testimonials. I moved that section to partials and render it from ajax with some data. The issue I have is when rendering, that swiper is not working. I think that's because we need to initialize swiper object in document load.
Do we have a way to initialize it in rendering that partial?
Beta Was this translation helpful? Give feedback.
All reactions