single page

Single Page Traversal jQuery Plugin

Single Page Traversal jQuery Plugin

If you have a single page website, or even a regular site with long pages, then you probably want the ability to scroll through the sections of the page with a single next/previous button combination. To implement such a button yourself would mean calculating where the user currently is on the page, what the next and previous sections are, taking into account items such as a fixed header, catering for the section heights changing on screen res...

Content Swapper (jQuery)

Content Swapper (jQuery)

“Content Swapper” is a JavaScript class that helps organize content on a single page in a way that navigating through it becomes very easy and user-friendly. It does so by swapping content based on a Fragment Identifier link (e.g. #some-id) that refers to an anchor element on the same page which has an attribute string equal to the fragment value (e.g. id=”some-id”). This script can be very useful for creating help files, faq pages, presentati...

Content Swapper (MooTools)

Content Swapper (MooTools)

“Content Swapper” is a JavaScript class that helps organize content on a single page in a way that navigating through it becomes very easy and user-friendly. It does so by swapping content based on a Fragment Identifier link (e.g. #some-id) that refers to an anchor element on the same page which has an attribute string equal to the fragment value (e.g. id=”some-id”). This script can be very useful for creating help files, faq pages, presentati...