I seem to be getting some kind of conflict with the two scripts. On load
everything works fine, however, when I click on the image to change
tabs it all goes wrong.
I am new to JavaScript so would appreciate you help and support.
DOM nodes are being appended and removed from #gallery, and you might be running into positioning issues as a result of that. Try moving <ul id="gallery-thumbs"> outside #gallery.
Bookmarks