Image Gallery With New Page per Slide

Hadibakalm

New Member
currently I have the a basic jQuery gallery:\[code\]<ul> <li>IMAGE</li> <li>IMAGE</li></ul>// with NAV stuff\[/code\]I cycle through the images with animations and everything works great.However, my client "NEEDS" another setup, whereby there will be a new page per slide. GQ.com is a good example of this. Click the link to check it out.If you will notice, each time you click 'Previous' or 'Next' a new page is loaded, creating more pageviews for the site.My Question:Is it possible to have this with my current setup (b/c it can't change)? Or is it only possible through the server-side programming? How are they doing this?
 
Back
Top