Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Newb help with JS Re: Newb help with JS

#74457
jfreehill
Member

This is definitely doable using jQuery. One term that’s often used for it is “Coda slider”, as the technique apparently was popularized by Panic (Mac OS Developer) on their Coda site: http://www.panic.com/coda/

There are many resources if you Google ‘coda slider’ but Remy Sharp’s implementation is probably the most useful you’ll find: Coda Slider Screencast and the Demo.

Since it’s just sliding between divs you can of course put other div’s inside those and theoretically do it for whole pages.