Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

scroller


Expandable Drop Down Ticker

Average rating
(0 votes)

Quite possibly the only ticker of its kind out there, Expandable Drop Down Ticker brings together the best of two worlds to create a ticker that can be viewed both sequentially and simultaneously. A drop down menu is automatically generated out of snippets of the ticker contents to let the user navigate the ticker on demand.

image based custom scrollbar based on fleXcroll

Average rating
(0 votes)

Most everybody who ever needed a custom-designed scrollpane has heard of the robust fleXcroll script.

This plugin is based on fleXcroll.js and extends it for easier long-term management of application UI.

Does not support horizontal scrolling.

Vertical news ticker

Average rating
(5 votes)

I have made this plugin for easy and simple vertical news automatic scrolling.
This plugin will calculate height automaticaly, so no styling needed. Just grab it and use it.
Don't add margin/padding on ul and li tags, try to style elements inside li or around div tag.
This is my first jquery plugin, so if you see something wrong please don't hesitate and say it to me.

Html structure looks like:

<div class='myclass'>
   <ul>
      <li>some content</li>
      <li>some content</li>
      ...
   </ul>
</div>

Javascript code:

$('.myclass').vTicker();

There is also few option:

speed - speed of scrolling animation (default 700)
pause - wait time between scrolling (default 4000)
showItems - how many items to show (default 2)
animation - animation of sliding. To fade in/fade out use a value 'fade'

intoViewport Scroller

Average rating
(0 votes)

Plugin to scoll to a certain DOM-element, but only if this element is not already in the browser's view port. Also scrolls only as far as necessary. Uses animate(), so scroll effects are customizable as every other animation (callback, speed...)

How to use

Easy. Make sure the plugin is loaded, then use e.g.:
$('a').eq(4).intoViewport();
This will scroll the 4th link on the page into the browser's field of vision.

Options

intoViewport will pass its parameter to animate(), so you can use all it's options:
$('a').eq(4).intoViewport({duration:"slow",easing:"linear"});

Download

The download below is a comment documented version, for producton you can use the minified verion (480 Bytes).

jStockTicker plugin

Average rating
(3 votes)

A javascript stock ticker plugin.

It animates a sequence of spans contained in a div.

Smooth Div Scroll

Average rating
(8 votes)

Smooth Div Scroll

Smooth Div Scroll is a jQuery plugin that scrolls content horizontally left or right. Apart from many of the other scrolling plugins that have been written for jQuery, Smooth Div Scroll does not limit the scrolling to distinct steps. As the name of the plugin hints, scrolling is smooth. There are no visible buttons (unless you want to) since the scrolling is done using hot spots within the scrollable area or via autoscrolling. Unobtrusive and smooth is the key here.

simplyScroll

Average rating
(4 votes)

simplyScroll is a jQuery plugin that can animate (scroll) a set of elements either automatically or manually, horizontally or vertically. It also features a infinite/continuous scroll mode.

It can also accept dynamic image input via a Flickr feed (note not API) or a local JSON source. This plugin can be performance intensive, so speed and framerate are fully configureable to accomodate lower spec systems.

Blog post: http://logicbox.net/blog/simplyscroll-jquery-plugin
Project page with exampes: http://logicbox.net/jquery/simplyscroll/

Multidirections Image Scroller

Average rating
(2 votes)

Version: 1.1 (stable)

This simple jQuery plugin provide to create an multidirectional image scroller with mouse events:

  • orizzontal and vertical scroll
  • full direction scroll
  • stop and restart on mouse events (in and out)
  • preloading images
  • configurable parameters for speed, direction and preload label

I.E. Users this plugin NOT work if use it on local script.

Simple Scroller

Average rating
(0 votes)

Basicly converts a bunch on containing elements to be positioned next to to each, with just the one showing on screen. Then by clicking on the nav the page is scrolled to the position.

Scroll it. a jQuery menu widget

Average rating
(4 votes)

Scroll it! it´s menu make with a list and the trick is that you can make a scroller menu automatic with 2 arrows. You can set the height of the list, the height of the items, the class of the wrapper and the speed of the effect or use the default options. Also you can use more than one per page.
I made this for a personal work and I think this can be usefull for someone
This is the first version of the plugin, but it´s working good at the moment.