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:
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 libraryAll tools except flashembed are dependent on this library. Can alternatively be included from googleapis (see below) |
||
| 1.0.4 | jQuery | 5.8 Kb | 3.1 Kb |
|
|
| 1.0.2 | Tabs | 4.0 Kb | 2.1 Kb |
|
|
| 1.0.2 | Tabs | 2.5 Kb | 1.4 Kb |
History pluginThe ability to navigate through tabs with the browser's back and forward buttons |
|
| 1.1.2 | jQuery | 8.4 Kb | 4.3 Kb |
TooltipThe second most important UI widget on the web. You are looking at one right now. |
|
| 1.0.0 | Tooltip | 1.9 Kb | 1.1 Kb |
Slide effectA sliding tooltip effect with customized sliding directions, dimensions and speeds |
|
| 1.0.1 | Tooltip | 4.1 Kb | 1.9 Kb |
Dynamic positioning pluginDynamic positioning of the tooltip so that it always stays in the viewport |
|
| 1.1.2 | jQuery | 9.5 Kb | 4.8 Kb |
|
|
| 0.5.1 | Scrollable | 4.2 Kb | 2.2 Kb |
Circular pluginMakes an infinite loop from the scrollable items so that there is no beginning or end |
|
| 1.0.1 | Scrollable | 1.9 Kb | 1.1 Kb |
|
|
| 1.0.2 | Scrollable | 2.7 Kb | 1.6 Kb |
Navigator pluginProvides navigation buttons for switching between pages in scrollable |
|
| 1.0.1 | Scrollable | 2.5 Kb | 1.6 Kb |
|
|
| 1.1.2 | jQuery | 7.3 Kb | 3.6 Kb |
|
|
| 1.0.0 | Overlay | 5.0 Kb | 2.6 Kb |
|
|
| 1.0.1 | Overlay | 3.1 Kb | 1.7 Kb |
|
|
| 1.0.5 | jQuery | 5.6 Kb | 2.8 Kb |
|
|
| 1.0.4 | 9.0 Kb | 5.1 Kb |
FlashembedThe future of Flash embedding. Works as a standalone tool and jQuery is not required. flowplayer.js contains this script. |
||
| 3.1.4 | 34.6 Kb | 16.0 Kb |
Flowplayer.jsThe JavaScript component of Flowplayer - the Video player for the Web |
||
| 3.0.2 | flowplayer.js | 6.6 Kb | 4.6 Kb |
|
|
| 3.0.7 | flowplayer.js | 4.2 Kb | 2.3 Kb |
|
|
| 3.0.2 | flowplayer.js | 2.4 Kb | 1.5 Kb |
|
|
| Note: Since flowplayer.js already includes the flashembed.js code, to avoid programming conflicts, you cannot include both simultaneously in your download. | |||||
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.