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!

Filter by Project release API compatibility:
Login or register to modify the filter.

July 3, 2009

jmpopups

Last changed: 5 hours 23 min ago

Advantages

  • You can open more than one popup the same time;
  • There is no pre-defined layout, so you are able to create your own layout;
  • You can call the popups using ajax or using the content of a hidden html element;
  • The jmpopups is concerned about acessibility. When a popup is opened, the focus will be kept only inside that popup. It will directly focus the first focusable element. The idea is to help users who use the keyboard for browsing (f.e. disabled people).
  • It works for IE 6+, FF 1.5+, Opera 9.*, Chrome 2.*, Safari 4.*.
  • Compatible with JQuery 1.3.*

Usage Example

$.openPopupLayer({
    name: "contactForm",
    width: 300,
    url: "contact_form.html",
    success: function() {
        alert("It is loaded");
    }
});

Try it!

VersionDateLinksStatus
0.5.12009-Jul-03Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

simplyScroll

Last changed: 5 hours 29 min ago

simplyScroll is a jQuery plugin that can animate (scroll) a set of elements either automatically or manually, horizontally or vertically.

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/

VersionDateLinksStatus
1.0.42009-Jul-03Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

ajaxPager

Last changed: 5 hours 41 min ago

ajaxPager is a jQuery UI widget plugin for building javascript pagers quickly and easily. Each page’s content can be from either a ajax request, a url (iframe), string, element inside the pager, or element outside the pager.

VersionDateLinksStatus
0.2.1-beta-32009-Jul-03Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

crossSelect plugin

Last changed: 12 hours 20 min ago

This plugin can replace any multiple select element with a "switch item to the other column" interface more intuitive to use, and more similar to that seen in many desktop applications.

The select is turned into 2 columns, with select, remove, select all and remove all buttons inbetween them. By first clickng on one of the select's options and then clicking the select button the item is moved to the column (and the original is given selected="selected"), and it works similarly with the other buttons.

It's customisable in 7 ways - font size, number of rows, width, double click and single click behaviour, and behaviour if list items overrun vertically or horizontally.

It has been fully tested in ie6, 7 and 8, safari, and ffx. please let me know if you come across any bugs.

VersionDateLinksStatus
0.12009-May-23Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
0.42009-Jul-03Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Shortaccesskey - Uniform accesskey for all browsers

Last changed: 15 hours 56 min ago

Purpose

The shortaccesskey plugin provides an easier and faster way to use the accesskeys assigned to links instead of the standard key combinations like SHIFT+ALT+key and CTRL+key you just press the 'key' assigned to the link.

Features

  • Executes the click events attached to the link using jQuery bind() function.
  • In case of AJAX call, the AJAX call is executed - the page doesn't redirect to another page.
  • Shortaccesskey gets disabled when inside a form element allowing all keys to be used normally.
VersionDateLinksStatus
1.02009-Jul-03Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Show Character Limit

Last changed: 21 hours 55 min ago

Overview

Display interactive feedback about a text field or text area with character limit. Caller provides the element that contains the feedback (or it can be calculated dynamically from the text field's id). Supports instrumenting multiple fields at once, per jQuery convention.

Provides a variety of options to display the current status.

Optionally it can add a class to any DOM elements when the field is over the limit. This is convenient as it allows turning an element red, or displaying a hidden div with more detailed error message.

This does nothing to enforce the limit.

Usage

$([selector]).show_char_limit(options);

Options include:

VersionDateLinksStatus
1.02009-May-29Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.1.12009-Jul-03Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

July 2, 2009

Shiftcheckbox - Select range of checkboxes easily

Last changed: 22 hours 34 min ago

Presenting a jQuery plugin to select a range of consequetive checkboxes with just two clicks. The plugin is inspired from the GMail checkboxes functionality and works exactly the same.

Just keep the 'Shift' key pressed and select a starting checkbox and the last checkbox that you want to select.

Fullsize | Image Zoom

Last changed: 23 hours 33 min ago

There are many fantastic javascript/AJAX solutions out there to view a larger version of an image by displaying it as a in-page pop-up or lightbox pop-up. It is rare to visit a website with a photo gallery that does not already utilize one of these solutions.
So why not make it a standard?

The Fullsize jQuery plugin is a first step in getting a "fullsize" attribute added to the next version of HTML. It is also an attempt to standardize the way image popups/zooms work on the web.

Fore more info visit: www.addfullsize.com

VersionDateLinksStatus
1.1.12009-Jul-02Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

Colorize - jQuery Table Plugin

Last changed: 1 day 2 hours ago

Colorize is a jQuery plugin to add background color to alternate table rows, highlight a row/column on mouse over, and colorize a row/column when you click your mouse button over it. You can colorize as many table rows as you want. A repeat mouse click reverts the row to the original background color.

VersionDateLinksStatus
1.5.12009-Jul-03Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.1.02008-Jul-12Recommended for 1.1.xThis is currently the recommended release for 1.1.x.
1.3.12008-Nov-09Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
1.5.02009-Jun-29Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Loading

Last changed: 1 day 5 hours ago

Provides trivially easy way to notify users that a request is being loaded and processed in the background, so that they know their action was received and the page has not frozen. Just toggle the message (or image) on or off with $.loading() or $('#foo').loading(). The plugin handles creation and positioning and "pulsing" of the the message for you.

The demo is the most explanatory way to get a feel for this plugin and its options. Look at the source for the demo to see how incredibly simple and flexible this is to use. It's also extremely (and easily) extensible.

VersionDateLinksStatus
1.12009-Jul-02Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

JQuery Delay

Last changed: 1 day 6 hours ago

Delay all succeeding calls for x amount of time.

// after five seconds fade the element and remove it
$(selector).delay(5000).fadeOut('slow').remove();

//after five seconds fade the element, five seconds later fade it back in
$(selector).delay(5000).fadeOut('slow').delay(5000).fadeIn('slow');

VersionDateLinksStatus
1.0.02009-Jul-02Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

jquery.slideShow

Last changed: 1 day 13 hours ago

This is a very simple and very easy to use slideshow plugin for jquery.
It will automatically create a slideshow with navigation out of your image list. The plugin also provides different callbacks and options that let you customize the way the slideShow react on mouse rollovers, clicks or slideChanges.
Please check the homepage and the examples on it to get an overview of the power of this plugin!

VersionDateLinksStatus
1.0.12009-Jul-02Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

July 1, 2009

jQuery Path Selector Plugin

Last changed: 1 day 22 hours ago

Path selector is a breadcrumb bar jquery plugin for selection of hierarchic options (similar to address bar of Vista's Windows Explorer).

VersionDateLinksStatus
1.1.02009-Jul-02Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

jQuery Watermark Plugin

Last changed: 2 days 2 hours ago

This watermark plugin can be used on text, password and textarea elements, and because it does not alter the value of the fields, it can be safely applied without affecting form submits or AJAX calls.

VersionDateLinksStatus
1.0.12009-Jul-01Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

jQuery jPlayer

Last changed: 2 days 6 hours ago

jPlayer is a jQuery plugin that allows you to:

  • • play and control mp3 files in your webpage
  • create and style an mp3 player using just HTML and CSS
  • • add sound effects to your jQuery projects
  • • improved bandwidth in HTML5 with alternative ogg format support

All of this with HTML5 <audio> support for compliant browsers that allow mp3 or ogg format, while supporting other browsers using mp3 format with no visible Flash.

For demonstrations and documentation visit www.happyworm.com/jquery/jplayer

VersionDateLinksStatus
0.2.4-beta2009-Jul-02Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Reverse Geocoding

Last changed: 2 days 7 hours ago

Using the Google Maps API, this simple plugin performs a reverse geocoding on a latitude and longitude to output the nearest address.

VersionDateLinksStatus
0.1.02009-Jul-02Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

jQuery.popin

Last changed: 2 days 11 hours ago

A jQuery plugin to create ultra customizable modal windows ("popin windows").

Different ways to create a popin :

// direct popin Object creation
var pp = popin('My content');

// Define a popin trigger in the HTML doc :
$(My selection).popinTrigger('popin Content');

// Define a trigger for an ajax popin (load inside the popin the content of le link
$(My link to the content).popinAjaxTrigger();

And much much more....
And much much more to come...

VersionDateLinksStatus
1.0.0-full-min2009-Jul-01Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

jQuery Form Notifier

Last changed: 2 days 12 hours ago

jQuery Form Notifier is a very small plugin that shows text message on html input text field.

VersionDateLinksStatus
0.1.32009-Jul-01Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

gameQuery

Last changed: 2 days 17 hours ago

gameQuery is a jQuery plug-in to help make javascript games easier to develop by adding some simple mechanism and commodity. It's still in a very early stage of development, it may change a lot in the version to come. Since version 0.2.0 the API should stay compatible with the other version to come. Have a look at this and this demo ! You can also have a look at the collision demo here. A tutorial can be read here.

VersionDateLinksStatus
0.2.7-alpha-42009-Feb-10Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
0.3.0-beta-12009-Jul-01Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

June 30, 2009

Text Input Focus Colorise

Last changed: 3 days 1 hour ago

This is a small JQuery plugin which will make every single text and password box on the page change color when it gains or loses focus.

I wrote this so i could just include the plugin rather than using the standard js way of adding a onFocus+onBlur event to every input box on a page.

VersionDateLinksStatus
1.0.02009-Jul-01Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Dynamic Slideshow

Last changed: 3 days 3 hours ago

This is a simple slideshow that loads the images from anchor tags instead of image tags. This allows for dynamic loading of images thus providing possibility of showing unlimited number of images without change in page load time.

Features:
1. Loads images from anchor tag instead of img tag.
2. Unlimited number of slideshows possible in a page.
3. The page loads instantly independent of the number of image in the slideshow (since the images are loaded dynamically one after another).
4. Keeps the page size low as only 2 images are loaded in the DOM at any given time.

VersionDateLinksStatus
1.02009-Jul-01Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

jqPlot Charts and Graphs

Last changed: 3 days 13 hours ago

jqPlot is a pure JavaScript plotting plugin for creating client side charts and graphs. Take a look at http://www.jqplot.com for more info.

Some of jqPlot's features:

* plain, stacked and filled line graphs.
* bar and stacked bar charts.
* filled or stroked pie charts.
* linear, logarithmic and date axes.
* flexible sprintf and date formatters for axes ticks.
* up to 9 y axes.
* automatic trend lines.
* zooming, data point highlighting and cursor tracking tooltips.

VersionDateLinksStatus
0.6.2-beta2009-Jun-02Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
0.8.52009-Jun-30Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

FullCalendar - full-sized drag & drop calendar

Last changed: 3 days 19 hours ago

Uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event).

VersionDateLinksStatus
1.2.12009-Jun-30Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

June 29, 2009

HoverScroll

Last changed: 4 days 6 hours ago

Takes an unordered list and makes it scrollable by hovering the mouse over it.

Visit the HoverScroll plugin homepage for more information: http://rascarlito.free.fr/hoverscroll

VersionDateLinksStatus
0.2.02009-Jun-29Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Dual Listbox

Last changed: 4 days 6 hours ago

In my work, I came across the need for a web control that would allow me to have two <select> elements, and be able to easily transfer <option> elements between them. The idea is to have a base list of options, from which you can choose a subset to be saved, or whatever you might wish to do with them. As a perk, I decided to add the extra feature of filters, which can be used to search for items contained within either box. With this plug-in, all you have to do is create the HTML structure, in whatever configuration you like, and give the elements of the control IDs. The plug-in will do the rest of the work for you.

Features include:

  • Ability to either move items from one list to another or copy items from one list to another
  • List filtering, including a display of how many items are showing out of the total
  • Moving a list of selected items from one list to the other with a button.
VersionDateLinksStatus
1.0.02009-Jun-30Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Component

Last changed: 4 days 10 hours ago

jquery-component 1
makes any widget a live component
license: public domain

usage:

var comp= $.component(
{   tag: 'x:bold'
,   factory: function( el ){
        var klass= arguments.callee
        if(!( this instanceof klass )) return new klass( el ) // use jquery-widget for reuse same code
        this.el= el
        el.style.fontWeight= 'bold'
        this.destroy= function(){ // optional, calls when element removes from DOM
            this.el.style.fontWeight= ''
            delete this.el, this.destroy
        }
        return this
    }
})

this code creates a component by [factory] for every [x:bold] element (you must define xmlns:x and mime-type must be equal text/html).
it works in any time (you may modify DOM by any methods). use [comp.freeze] and [comp.revive] methods for control that.

advanced usage:
var comp= $.component(
{ tag: 'select' // html tags allows, but not recommended

VersionDateLinksStatus
1.62009-Jun-29Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

Thread

Last changed: 4 days 10 hours ago

jQuery-thread 1
creates a wrapper for function that allows you to not be afraid of exceptions in
license: public domain

Usage:

var f= $.thread(function( a ){
    if( a === 2 ) throw 'xxx'
    return a * a
})
alert( 1 ) // 1
alert( f( 2 ) ) // undefined
alert( f( 3 ) ) // 9

VersionDateLinksStatus
12009-Jun-29Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

Application State

Last changed: 4 days 11 hours ago

хранит состояние приложения в урле // stores current state in document uri (hash part)

requires jquery-grep ( http://plugins.jquery.com/node/6670 )

VersionDateLinksStatus
1.12009-Mar-12Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

JQuery Webservice Plugin

Last changed: 4 days 12 hours ago

This plugin simplifies the code to access webservice. By selecting request Type(SOAP 1.1, SOAP 1.2, HTTP GET, HTTP POST), it automatically sets the http header and parses out request data(i.e. SOAP XML if SOAP was selected as request type).

Properties of options are identical to built-in ajax function. However, there are additional properties such as "nameSpace", "requestType" and "methodName".

Also, there is no need to specify "contentType" because "requestType' dictates what the value for "contentType" is going to be.

There is a brief documentation and example are written in the plugin js file itself.

So far, I've only tested .Net webservice(*.asmx). Although webservice is pretty universal, I would love to see if it works with webservices written with other languages(i.e. PHP, JSP, Ruby, etc) with my own naked eyes. So if you know any, please let me know.

VersionDateLinksStatus
1.0.02009-Jun-29Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

rowSelect

Last changed: 4 days 12 hours ago

Simple little plugin to allow selecting of rows (single or multi) in a table.


Add an attribute on the row to move values into the attached input element.

$("#Liste1").rowSelect({
attachTo: '#postBack', /*input to attach to the table.*/
attrName: 'value', /*Name of the attribute on the tr to read values from */
allowMulti: true /*allow selecting 1 or many..*/
                                }
                           );

<input type='hidden' id='postback' name='postback'>
<table>
<tr value='1'><td>Row1</td></tr>
</table>

I use this plugin together with .aspx pages that uses postback, and attach the table to a asp:hiddenfield

VersionDateLinksStatus
0.2-beta2009-Jun-29Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
0.12009-Jun-27Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

imagecorners

Last changed: 4 days 15 hours ago

Wraps provided elements with 8-sided mesh to be used for image-based corners and sides.
Internal padding can be specified or counted automatically from image height (prevents content to overlap borders).

USAGE:

Initialization

$('container').imagecorners();

Options

top, bottom, left, right, topleft, topright,bottomleft, bottomright : String - urls of 8 images related to (!)page they are initialized on.

paddingtop, paddingbottom, paddingleft, paddingright ("14px" by default) : String - round container padding or text container margin as CSS-like values with different units of measurement. All values ignored if autopadding enabled.

jQuery Autocomplete Plugin

Last changed: 4 days 17 hours ago

This jQuery plugin is used to genetate the function of drop-down boxes that are similar to Windows "Autocomplete" on text boxes.
This requires jQuery and jQuery Hotkeys Plugin.

VersionDateLinksStatus
1.3.1-Uncompressed2009-Jun-29Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

ist-ui-panel for jQuery UI

Last changed: 4 days 19 hours ago

ist-ui-panel is a panel (content grouping) widget for jQuery UI 1.7+
jQuery UI Themeroller compliant.

VersionDateLinksStatus
0.3.12009-Jun-29Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

NotesForLightBox: New design, Slideshow with progress bar...

Last changed: 4 days 20 hours ago

NotesForLightBox is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.
The current functionalities are:

- Rounded corners light box
- Navigation with buttons
- Real slide show with progress bar

VersionDateLinksStatus
1.0.02009-Jun-29Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

June 27, 2009

ActionScript Style External Script Loading / Importing

Last changed: 6 days 7 hours ago

An ActionScript 3.0 ActionScript Style External Script Loading / Importing with a folder simulated NameSpace like ActionScript with the ability to add firebug console logging, onBefore, & onAfter handlers.

VersionDateLinksStatus
0.1.02009-Jun-27Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

Stylish Select Box

Last changed: 6 days 16 hours ago

A cross-browser, unobtrusive, accessible alternative to the standard select form element which can be fully customised with CSS.

Stylish Select attempts to replicate the functionality of the browser default select box as closely as possible with support for keyboard navigation, optgroup and intelligent positioning.

Stylish Select aims to have a minimal code footprint and weighs in at just over 3KB when minified.

VersionDateLinksStatus
0.2.32009-Jun-27Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Real Person

Last changed: 6 days 21 hours ago

This plugin is designed to help overcome automated form submission by requiring a "real person" to identify text made up of dots. The entered value is compared on the server with the generated value by computing a hash to determine whether processing should continue.

Server-side implementations are available in PHP and Java.

VersionDateLinksStatus
1.0.02009-Jun-27Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

June 26, 2009

jQuery File Tree Aza's revised version

Last changed: 1 week 8 hours ago

Modified version of http://abeautifulsite.net/notebook/58 to include drag'n'drop, callbacks and other stuff

Drag'n'drop requires jquery.event.drag and jquery.event.drop

VersionDateLinksStatus
1.01.0-aza12009-Jun-26Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Clearing Input

Last changed: 1 week 11 hours ago

A simple plugin that provides example/label text inside text inputs that automatically clears when the input is focused. Common uses are for a hint/example, or as a label when space is limited.

VersionDateLinksStatus
0.12008-Dec-22Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
0.1.22009-Jun-26Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

showcase

Last changed: 1 week 13 hours ago

This plugin builds an autoscrolling, navigable image gallery, perfect to do a modern showcase in a portfolio web site.

Requirements
By now (v0.5) the plugin needs a div containing anchors tag containg the images to show, and the images MUST have the same width and height.
It's in beta version, please report to me any problems you may encounter.

HOW IT WORKS
Just call .showcase() method on a div that fills the requirements, and sit down to enjoy showcase in default mode. There are also a big set of parameters to customize it.

Visit the live demo page to show it in action (Try out a demonstration).

PARAMETERS

  • border (default "solid 1px #dedede") - css of the border of the starting
    div
  • animation (obj) -
    • autoCycle (default true) - indicates if the plugin must cycle through the images automatically
VersionDateLinksStatus
0.5-beta2009-Jun-26Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

jQuery List DragSort

Last changed: 1 week 14 hours ago

A lightweight jQuery plugin that provides the ability to sort lists using drag and drop.

Usage

$("ul").dragsort({ dragSelector: "li", dragEnd: function() { }, dragBetween: false });

dragSelector: The selector for the element to act as the drag handle. The default is LI.
dragEnd: The callback function that will be called after the dragging has ended.
dragBetween: Set to "true" if you want to enable the ability to drag between selected lists. The default is false.

VersionDateLinksStatus
0.3.62009-Jun-26Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Align With

Last changed: 1 week 21 hours ago

Align With is a simple plugin to re-position one or more HTML elements to be aligned with another element.

Elements can be aligned by corners, edges and centre-points - ideal for dynamic content such as menus and tooltips.

VersionDateLinksStatus
1.0.02009-Jun-26Recommended for 1.2.xThis is currently the recommended release for 1.2.x.

June 25, 2009

jQuery UI Checkbox

Last changed: 1 week 23 hours ago

A checkbox and radio button replacement which uses no images other than jQuery UI Themeroller icons, and VML/SVG to get a rounded box on IE/Opera. The style changes with the theme switcher, although it requires a special event for IE/Opera to keep up (see the demo). However, some styles look nicer than others - the default style is too light. Tested in IE 6/7/8, FF 3.x, Safari 3.x/4.x, Opera 9 and Chrome.

VersionDateLinksStatus
0.12009-Jun-25Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Before/After

Last changed: 1 week 1 day ago

I was reading the New York Times online and they had an article which showed a road in Brooklyn that had been reconstructed to make it safer and more pleasing to the eye. To show the difference in the reconstruction project, they showed a before and after picture using Flash that let the visitor drag a slider over the images, which were sandwiched with one on top of the other, so that you could easily see how dramatic the changes were. I immediately thought that this could be done in JavaScript using jQuery, so I set out to do it.

VersionDateLinksStatus
1.0.02009-Jun-26Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

jQuery progressControl

Last changed: 1 week 1 day ago

simple skinable progress bar control for jQuery (tested on 1.2.5)
you can download source and small demo from query.progressctrl.zip

VersionDateLinksStatus
0.5.12008-Dec-03Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
0.6.12009-Jun-25Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Translate

Last changed: 1 week 1 day ago

This plugin integrates the Google Ajax Language API to jQuery. You can just call e.g. $('body').translate('en') but provides callbacks for each translated element too. Or you can pass an array to $.translate to get back a translated array. Currently you can only send at most 500 characters with the raw API per request but this plugin calls them consecutively. It also reduces the number of requests by concatenating elements and doesn't send unnecessary html markup still providing access to each element as they've got translated.

http://code.google.com/p/jquery-translate/

VersionDateLinksStatus
1.0.22008-Apr-22Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.2.62009-Jan-24Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
1.3.92009-Jun-25Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Multi-Scroll

Last changed: 1 week 1 day ago

Creates a 'spreadsheet' style multi-scrolling view port from very simple markup. See the live demo for an example, it's much easier than trying to explain it.

Requires Jquery (obviously), jquery UI (specifically the slider widget) and the ScrollTo plugin.

This is my first plugin for JQuery, so it may not be the best written piece of code in the world, but it gets the job done.

VersionDateLinksStatus
0.1.0-alpha-a2009-Jun-25Recommended for 1.0.xThis is currently the recommended release for 1.0.x.

China-addthis Plugin(订阅&分享按钮)

Last changed: 1 week 1 day ago

jQuery China-addthis Plugin(订阅&分享按钮插件):

下载地址:http://code.google.com/p/china-addthis/downloads/list

安装:

解压后,将addthis_org_cn文件夹放在网站目录内

调用:

1、在网页中插入

2、执行绑定:$("...").addthis();

示例:(可自由配置属性,请见下文)
在文档ready时,执行$(".addthis_org_cn").addthis();

详细配置说明:http://addthis.org.cn/sharetools/jQuery/

VersionDateLinksStatus
1.04.12009-Jun-25Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
1.03.02009-Jun-22Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Addfeed plugin(订阅按钮jQuery插件)

Last changed: 1 week 1 day ago

jQuery Addfeed plugin(订阅按钮jQuery插件):

下载地址:http://code.google.com/p/china-addthis/downloads/list

安装:

解压后,将addfeed_cn文件夹放在网站目录内

调用:

1、在网页中插入

2、执行绑定:$("...").addfeed();

示例:(可自由配置属性,请见下文)
在文档ready时,执行$(".addfeed_cn").addfeed();

详细配置地址:http://addfeed.cn/feedtools/jQuery/

VersionDateLinksStatus
1.042009-Jun-25Recommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.04.12009-Jun-25Recommended for 1.2.xThis is currently the recommended release for 1.2.x.
1.03.02009-Jun-22Recommended for 1.3.xThis is currently the recommended release for 1.3.x.

Magnify effect

Last changed: 1 week 1 day ago

Make elements magnify relative to current mouse position.
Useful to make nice menu or animated tag-cloud.
Supports some options.

Example

  $(".Menu div").magnify(); //width and height will be magnifed

Example with all options
$(".Magnify div").magnify({
  distance:100, //straight distance from center to mouse
  distanceX:null,//distance on x axis
  distanceY:null,//distance on y axis
  minExpansion:1, //min value (1 is 100% of defalt css property value)
  maxExpansion:2,//max value (2 is 200% of defalt css property value)
  property:[ //css properties to magnify
    "width",
    "height",
    "fontSize",
    {
      backgroundColor:"#00FF00", //it will be #00FF00 on maxExpansion
      borderColor:"#0000FF"
    }
  ],
  onmagnefy:function(event){/*Your code here.*/}
});

VersionDateLinksStatus
0.4.12009-Jun-25Recommended for 1.3.xThis is currently the recommended release for 1.3.x.