[Solved] swapping div content using jquery [closed]
Here’s my take: http://jsfiddle.net/bxmaqtd3/ When the button is clicked on the left, we need the div on the right to change content. My solution uses jquery show() and hide() to show and hide divs which contain slide content. You will need to include all the content in your html with unique IDs (i.e. #slide1, #slide2, … Read more