Hello fellow JQuery users.
I have been working lately on building a slider (image or text - does not really matter) where each panel has multiple images or text divs.
The counter loops through each panel as well as the image/text div in that panel in a manner to display the counter value as 1/4 then 2/4 and so on upto 4/4. Once the limit of the panel is reached, we are supposed to move on to the next panel and the next image increamenting the counter to 1/2 and then increment to 2/2.
I have created a fiddle (link below) to demonstrate what I am saying. The "next" logic is working perfectly fine. However, I am facing issues putting together the logic for "Prev".