Updating content in two divs at the same time with pagination.
Hello everyone. I am new to the forum. I have read a few books on javascript and jQuery but sadly, putting into practice what I have read is a lot harder than I thought :( I am familiar with most of the terms and concepts so if you could guide me in the right direction, I would appreciate it.
Here's what I am looking to accomplish:
I have a music page. On that page I have two divs next to each other. The div on the left (Div1) is where a song title with a Soundcloud widget/embed code goes/displays. The div on the right (Div2) is where some text will go describing the track. I have many tracks that I want to circulate through with prev/next buttons, each time bringing up a new Soundcloud track into Div1 and it's related text description in Div 2. This will take the place of whatever was in those divs before.
Sounds simple and I guess it would be for a jQuery pro, but I don't know where to start, except I'm guessing I need to stick all the text and widget/embed codes in an array, or probably an object.
Thank you for your time.