Quantcast
Channel: Hyperblue's Blog » Javascript
Viewing all articles
Browse latest Browse all 10

[jQuery UI库][jQuery Tools] 包括:Tab、工具提示ToolTip、窗口滚动、Overlap、Expose和Flash嵌 入

$
0
0

jQuery Tools 是一套非常优秀的 Web UI 库,包括 Tab 容器,可折叠容器,工具提示,浮动层以及可滚动容器等等,可以为你的站点带来非同寻常的桌面般体验,这套工具的主要作用是显示内容,这是绝多多数站点最需 要的东西。这套令人惊异的 UI 库只有 5.59K 大小,基于 MIT 和 GPL 两种许可模式。

官方网站:http://flowplayer.org/tools/index.html

[使用前请下载jquery: http://docs.jquery.com/Downloading_jQuery]

下载: http://cdn.jquerytools.org/1.2.4/jquery.tools.min.js

  1. jQuery 1.4.2
  2. Tabs
  3. Tooltip
  4. Scrollable
  5. Overlay

演示Demo列表:http://flowplayer.org/tools/demos/index.html

UI TOOLS

1. Tabs

2. Tooltips

3. Overlay

4. Scrollable

Form TOOLS

1. Validator

2. Rangeinput

3. Dateinput

Combinations

jQuery 1.4.2 163.9 Kb 72.2 Kb

jQuery 1.4.2

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

UI tools

Tabs 5.8 Kb 3.0 Kb

Tabs

The most important UI tool

documentation

Slideshow plugin 3.9 Kb 1.9 Kb

Slideshow plugin

Transforms tabs into a working slideshow

documentation

Tooltip 7.2 Kb 3.5 Kb

Tooltip

The basics of UI design

documentation

Slide effect 1.7 Kb 0.9 Kb

Slide effect

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

documentation

Dynamic plugin 3.8 Kb 1.7 Kb

Dynamic plugin

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

documentation

Scrollable 6.8 Kb 3.4 Kb

Scrollable

A generic HTML scrolling widget

documentation

Autoscroll plugin 1.7 Kb 0.9 Kb

Autoscroll plugin

Makes the scrolling behaviour automatic. highly configurable

documentation

Navigator plugin 3.0 Kb 1.6 Kb

Navigator plugin

Provides navigation buttons for switching between pages in scrollable

documentation

Overlay 6.5 Kb 3.1 Kb

Overlay

A generic HTML overlaying widget

documentation

Apple effect 3.3 Kb 1.7 Kb

Apple effect

An overlay effect that you have seen on apple.com

documentation

Form tools

Dateinput 16.6 Kb 8.1 Kb

Dateinput

HTML5 date input for humans

documentation

Rangeinput 10.6 Kb 4.6 Kb

Rangeinput

HTML5 range input for humans

documentation

Validator 14.3 Kb 6.5 Kb

Validator

HTML5 input validation for humans

documentation

Toolbox

Flashembed 7.1 Kb 3.9 Kb

Flashembed

The future of Flash embedding. Works as a standalone tool and jQuery is not required.

documentation

History 2.2 Kb 1.2 Kb

History

Back button for AJAX apps

documentation

Expose 4.5 Kb 2.3 Kb

Expose

Makes your HTML stand out from its surroundings

documentation

Mousewheel 1.6 Kb 0.9 Kb

Download jQuery Tools

Size: 12.31 Kb / 3.97 Kb gzipped

jQuery Tools from CDN

Here is a list of all available jQuery Tools combinations from a free Content Delivery Network.

<!-- UI Tools: Tabs, Tooltip, Scrollable and Overlay (4.00 Kb) -->
<script src ="http://cdn.jquerytools.org/1.2.4/tiny/jquery.tools.min.js"></script>

<!-- Form tools: Dateinput, Rangeinput and Validator. No jQuery library. (5.63 Kb) -->
<script src ="http://cdn.jquerytools.org/1.2.4/form/jquery.tools.min.js"></script>

<!-- ALL jQuery Tools. No jQuery library -->
<script src ="http://cdn.jquerytools.org/1.2.4/all/jquery.tools.min.js"></script>

<!-- jQuery Library + UI Tools -->
<script src ="http://cdn.jquerytools.org/1.2.4/jquery.tools.min.js"></script>

<!-- jQuery Library + ALL jQuery Tools -->
<script src ="http://cdn.jquerytools.org/1.2.4/full/jquery.tools.min.js"></script>

If you prefer to load the jQuery library separately the recommended practice is to load jQuery from Google’s CDN service. Make sure the jQuery library is always loaded before the jQuery Tools library.

<script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

Viewing all articles
Browse latest Browse all 10

Trending Articles