How do I slide through page navigation with a slider using jQuery?

Asked 1 years ago, Updated 1 years ago, 41 views

How do I slide the page navigation using the jQuery slider (navigation with links to the number of sliders to slide to the bottom of the page, not to the left and right)?
I'm worried because I can't find a good idea, so please let me know if you know.

The slider is supposed to be bxslider, but it can be another slider plug-in.

Thank you for your cooperation.

javascript jquery

2022-09-30 16:46

2 Answers

The bxslider seems to be customizable with selectors (page navigation in the questioner's words), so

http://bxslider.com/examples/custom-next-prev-selectors

Not just images How about sliding the image and custom selector itself?


2022-09-30 16:46

They want to slide the thumbnail pager

for those who want to do it with bxslider http://bxslider.com/options#onSliderLoad

The Callback function is available, so I will prepare two slides.
Slide A (for main) and Slide B (for thumbnail)
I think you can move another slide when your slide moves.

Slide B moves → Slide B callback works → Write a function to slide slide A during Slide B callback

Then, I think the thumbnail pager can be slid as well.


2022-09-30 16:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.