I have 3 divs where only one is visible by default, they each contain information about a product. Below this divs is a list of 3 images which are images of the products. By default of course the 1st list item is selected and has class="selected"
. When a different product image is clicks then class="selected"
moves to that list item and the div above it changes to hidden and the div containing the other product information needs to appear.
I have searched all over the place for a plugin which can do what I want, they are all limited in some way which stops me doing from doing it.