Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

scrolling


Sticky Section Headers

Given the appropriate mark-up structure keeps headers in place while scrolling, known from the iPhone table view.

Custom Scrolling

This plugin allows any overflowing HTML elements to scroll like in Google Maps.

n/a

n/a

n/a

n/a

n/a

jQuery Slide To

The slide to jQuery plugin makes it so your web pages slide to the anchor rather than the traditional “page jump” to a specific anchor. I wrote a very light weight plugin which is very easy to install and configure.

mbScrollingMenu: menu with automatic scroller

mbScrollingMenu change an HTML list to a menu with automatic scroller using mouse position.

Now, create big menus, timelines or long image lists witout scrollbar.

Yet Another Infinent Scroller

The short story: Plugin that provide Twitter like scrolling with JQuery.

Getting started

1. Download plugin
2. Add reference to JQuery core library + jquery.infinentscroller.js
3. Add the a region where you want to add the content

   <div id="output"></div>

4. Add the following javascript
(replace the value of the url with the page that will provide more data)

$("#output").infinentScroll({ 'url': 'Data.php?page={page}'});