Topic: paginating carousel, that loops through groups and projects
The setup is that I have Groups and projects. The groups has_many :projects and vise versa with belongs_to.
I want to setup a carousel that loops through the groups and displays each project in a group but then moves onto the next group. I also need it to paginate inside the group.
So it would load up Group 1 which contains 5 projects. It would show the first project and have 5 pagination options, as the user clicked the next button, it would progress through Group 1's projects until it finished, then it would start on Group 2 which contains 7 projects. It would display the first and it would show 7 pagination options... Does that make sense?
Thanks for any help or direction you can provide. I am using Jquery and am open to any of the available carousels.
Seattle Website Development