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.

ui


jQuery Splitter

jQuery Splitter is plugin that split your content with movable splitter between them.

Example

$('#foo').split({
    orientation: 'horizontal',
    limit:10
});

Download: jquery.splitter-0.3.js, jquery.splitter.css

AtOfis

Use AtOfis widgets to enrich your web app that build on top of the jQuery Library. Atofis simple and easy to use.

gradient_slider

A jQuery UI plugin that dynamically changes the background-color of the jQuery UI Slider tool depending on a gradient set by the client.

Ninja User Interface

Ninja

User Interface

the jQuery plugin for lethal interaction

Intuitive

Clear syntax, extending what you already know and love about jQuery.

Usable

Keyboard, touch and speech accessible.

Fast

Network-connection-free assets are embedded inside the 21k JavaScript file. Icons are Scalable Vector Graphics and Cascading Style Sheet is base64 encoded.

cocoaSheet

This is a JQuery plugin to easily generate Apple Cocoa like sheets that sliding down from the top of a window. It's actually in development state and not all options may functioning as intended.
You can grab the latest version from here:
http://svn.origo.ethz.ch/dump/cocoasheet/latest.tar.gz

UserBox

Enable a drag and drop user selection system.

This plugin was developed to enable a nice online email interface, where you can drag users from a userbox onto the desired input field, i.e. To, CC, or BCC.

It also lets you type in email addresses straight into the input box, and lets you drag around these email addresses between fields.

Uses Jquery-UI.

jQuery UI Chatbox Plugin

A very simple Gmail talk/Facebook chat style chat box plugin. If you are developing some prototype system that requires such an in-browser chat UI, this little piece of code may save you some time.

It is a pure UI widget, therefore it can easily fit whatever communication infrastructure of your choice. There is another nice chatbox implementation out there, but it is coupled with a php backend, which is not what I wanted, therefore I wrote my own, hopefully someone else may find it useful.

Documentation and a working demo can be found here, the source code can be downloaded here.

jlThemeSwitcher - A jQuery UI Or Custom Stylesheet Theme Switching Widget

jlThemeSwitcher is a jQuery theme switcher plugin I designed which allows you to switch between jQuery UI themes or your own custom themes created with jQuery UI Themeroller (http://jqueryui.com/themeroller/).

This widget has many helpful options and it automatically matches the selected theme.

Documentation, demo, and source code for the widget can be found at my website at http://jasonlau.biz/home/jquery/jlthemeswitcher-for-jquery.

Want to contribute to this project?
Send your jQuery UI themes to me to be added to the public themes list or send a request to become a co-developer.

You can also find some of my other jQuery plugins at my website.

ui.imFeedBack

A JQuery UI Feedback widget. The Feedback tab can be displayed on the right or left of the web page. By default, the feedback form slides into view. You can optionally display a dialog. The widget will automatically use the styles created with the JQuery UI ThemeRoller, but can optionally change the styling to anything you wish.

The widget will build the contact form for you. Email address, Subject, and Message are displayed by default, but you have the option of adding name fields (first name, first and last.

ezMark: Stylize Checkbox & Radiobutton

ezMark is a jQuery Plugin that can stylize checkbox and radiobutton easily. ezMark uses an image replacement for checkbox and radiobutton. Unlike most other script which requires a lot of code, ezMark is very small (minified version is ~1.5kb) and it gracefully degrades.

Tested and works on all major browsers (IE 6/7/8, Firefox, Safari, Chrome)

Basic Syntax for usage:

$('selector').ezMark([options]);

To apply on all checkbox and radiobutton across the page, use:

$('input').ezMark();

To apply on just the checkbox or radio button, use:

// for checkbox
$('input[type="checkbox"]').ezMark();
// for radio
$('input[type="radio"]').ezMark();

Online Documentation & Demo:
http://www.itsalif.info/content/ezmark-jquery-checkbox-radiobutton-plugin