As a beginner in jQuery, I am facing the challenge of placing more than one div in a single slide bar. Specifically, I am developing an auction site and I need a DIV that can display multiple items within the same div, accompanied by "Next" and "Previous" button arrows.
For instance:
Imagine when you visit an auction site, a slide-bar appears showcasing various items (multiple DIVs). This slide-bar should feature text such as "newly arrived item or recommended for you etc."
To give you a visual idea, here's a screenshot of what I have in mind:
https://i.sstatic.net/a0nGr.jpg
I'm wondering if there is a way to implement this using jQuery. I am relatively new to jQuery and find myself stuck on this issue. Any assistance would be greatly appreciated.