Skip to content Skip to sidebar Skip to footer

Trying To Update The Content Of The #content Div Of A Page By Clicking A Linked Image In A Jquery Slideshow

I'm really stumped on this one, although I am new to jquery. I am trying to create a page where I have a slide show of products at the top and that by clicking on one of the produ

Solution 1:

I've made several changes to your jsfiddle, the first to set the framework to jQuery, which fixed the a tags navigating away from the page, I've removed the script tags from the javascript window, which cleared the junk at the beginning of the output, and I've fixed the missing # from the jQuery selector when you're trying to get the element with the id of content.

I've tested the code outside of jsfiddle and can confirm that it now works for me, but won't work in jsfiddle as the pages you've linked to don't exist on the jsfiddle domain.

http://jsfiddle.net/WDXMU/11/

Post a Comment for "Trying To Update The Content Of The #content Div Of A Page By Clicking A Linked Image In A Jquery Slideshow"