You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Download Select the tools you want or grab the source code

Quick start

Insert the following line on your HTML page and you are done!

<script src="http://cdn.jquerytools.org/1.1.2/jquery.tools.min.js"></script>

This is the official jQuery Tools UI library and after the inclusion you will have the following tools available:

  1. jQuery library
  2. Tabs
  3. Tooltip
  4. Scrollable
  5. Overlay
  6. Expose

The tools will be loaded with maximum performance no matter where your client is located on the globe. Without the jQuery library, the file size is roughly 5.72 Kb when gzipping is enabled on the server side. If you already have jQuery included on your page, you can simply remove it and use only this one script src statement.

Please note that this global content delivery network is completely free. You can use it freely in any website including production environments. This network has been kindly offered for all jQuery Tools users by Net DNA. Respect to them!

Grab your own set of jQuery Tools:

Or download the MIT/GPL Source Code

Here you can download individual tools or create a custom combination of tools by selecting only those you want. Both the source code and the minified versions are available. For those of you running videos on your site, we also have the Flowplayer files available, for your convenience.

Tool Version Requires Source code Minified Info
1.3.2 120.8 Kb 57.3 Kb

jQuery library

All tools except flashembed are dependent on this library. Can alternatively be included from googleapis (see below)

more information

1.0.4 jQuery 5.8 Kb 3.1 Kb

Tabs

The most important UI widget on the web

more information

1.0.2 Tabs 4.0 Kb 2.1 Kb

Slideshow plugin

Transforms tabs into a working slideshow

more information

1.0.2 Tabs 2.5 Kb 1.4 Kb

History plugin

The ability to navigate through tabs with the browser's back and forward buttons

more information

1.1.2 jQuery 8.4 Kb 4.3 Kb

Tooltip

The second most important UI widget on the web. You are looking at one right now.

more information

1.0.0 Tooltip 1.9 Kb 1.1 Kb

Slide effect

A sliding tooltip effect with customized sliding directions, dimensions and speeds

more information

1.0.1 Tooltip 4.1 Kb 1.9 Kb

Dynamic positioning plugin

Dynamic positioning of the tooltip so that it always stays in the viewport

more information

1.1.2 jQuery 9.5 Kb 4.8 Kb

Scrollable

A generic HTML scrolling widget

more information

0.5.1 Scrollable 4.2 Kb 2.2 Kb

Circular plugin

Makes an infinite loop from the scrollable items so that there is no beginning or end

more information

1.0.1 Scrollable 1.9 Kb 1.1 Kb

Autoscroll plugin

Makes the scrolling behaviour automatic. highly configurable

more information

1.0.2 Scrollable 2.7 Kb 1.6 Kb

Navigator plugin

Provides navigation buttons for switching between pages in scrollable

more information

1.0.1 Scrollable 2.5 Kb 1.6 Kb

Mousewheel plugin

Enables mousewheel support for scrollable

more information

1.1.2 jQuery 7.3 Kb 3.6 Kb

Overlay

A generic HTML overlaying widget

more information

1.0.0 Overlay 5.0 Kb 2.6 Kb

Gallery plugin

A plugin for creating "lightbox" style image galleries

more information

1.0.1 Overlay 3.1 Kb 1.7 Kb

Apple effect

An overlay effect that you have seen on apple.com

more information

1.0.5 jQuery 5.6 Kb 2.8 Kb

Expose

Makes your HTML stand out from its surroundings

more information

1.0.4 9.0 Kb 5.1 Kb

Flashembed

The future of Flash embedding. Works as a standalone tool and jQuery is not required. flowplayer.js contains this script.

more information

3.1.4 34.6 Kb 16.0 Kb

Flowplayer.js

The JavaScript component of Flowplayer - the Video player for the Web

more information

3.0.2 flowplayer.js 6.6 Kb 4.6 Kb

Controlbar plugin

Generate video controls with HTML and CSS

more information

3.0.7 flowplayer.js 4.2 Kb 2.3 Kb

Playlist plugin

Generate video playlists with HTML and CSS

more information

3.0.2 flowplayer.js 2.4 Kb 1.5 Kb

Embedding plugin

Generates embedding codes for Flowplayer

more information

Note: Since flowplayer.js already includes the flashembed.js code, to avoid programming conflicts, you cannot include both simultaneously in your download.
Download jQuery Tools

Size: /

FULL jQuery Tools from CDN

Insert the following line on your HTML page if you want to use the full library from the content delivery network.

<script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script>

This includes all the Tools, plugins and effects but not the Flowplayer files.

jQuery Tools without jQuery

If you prefer to load jQuery separately we have a minimal jQuery Tools file as follows:

<!-- The recommended practice is to load jQuery from Google's CDN service.  -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<!-- Tabs, Tooltip, Scrollable, Overlay, Expose. No jQuery. -->
<script src="http://cdn.jquerytools.org/1.1.2/tiny/jquery.tools.min.js"></script>

Make sure the jQuery library is always loaded before the jQuery Tools library.