views:

7

answers:

0

Hi,

I am not sure if this is possible but hoping that it is through the use of jQuery/javascript.

Basically, within my website I'm going to have a page where the owner of the site can add and remove images that will be say in a two column table inside a DIV by where column one will hold and image and column two will display a short description of that image.

So as an example, let's say that this page which I will call "Specials", might have 10 rows of info with the left side displaying the image and the right side displaying the short description.

Now what I also have is another page that has a carousel jquery plugin that is set to display 3 images and short description per carousel panel.

My question is, how I can feed this carousel the images/short descriptions from my other "Specials" page so that whenever an image/short description is added/removed from the "Specials" page, I automatically want the carousel to reflect this information.

Is this possible - if so, can you pls assist with an approach or an existing/similar example that demonstrates this.

Thanks.