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.

bottom


Scroll Events

This plugin provide special events for handling actions.

4 events are available: scrollstart, scrollstop, scrollreachtop and scrollreachbottom.

The first two are usefull to do actions while user is scrolling a element. The last two are usefull to fire actions on scrolling limits.

This plugin was created to do automatic pagination based on scrolling events.

Special thanks to James Podolsey who created the code that give inspiration to start and stop events (http://james.padolsey.com/javascript/special-scroll-events-for-jquery/)

Position Footer

This little plugin will allow you to position a footer at the bottom of the browser viewport when the content doesn't reach that far. It will not adjust the footer if the content goes below the viewport height.