From 3909e6d89e01e4cd8777377c63037896bb95aa2f Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 25 Nov 2011 21:18:19 +0100 Subject: new jq layout --- .../webapp/jquery-ui-1.9pre/docs/accordion.html | 1 + .../webapp/jquery-ui-1.9pre/docs/addClass.html | 109 +++++++++++ src/main/webapp/jquery-ui-1.9pre/docs/animate.html | 78 ++++++++ .../webapp/jquery-ui-1.9pre/docs/autocomplete.html | 1 + src/main/webapp/jquery-ui-1.9pre/docs/button.html | 1 + .../webapp/jquery-ui-1.9pre/docs/datepicker.html | 1 + src/main/webapp/jquery-ui-1.9pre/docs/dialog.html | 1 + .../webapp/jquery-ui-1.9pre/docs/draggable.html | 1 + .../webapp/jquery-ui-1.9pre/docs/droppable.html | 1 + .../webapp/jquery-ui-1.9pre/docs/effect-blind.html | 112 +++++++++++ .../jquery-ui-1.9pre/docs/effect-bounce.html | 148 +++++++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-clip.html | 113 ++++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-drop.html | 113 ++++++++++++ .../jquery-ui-1.9pre/docs/effect-explode.html | 152 +++++++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-fade.html | 79 ++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-fold.html | 132 +++++++++++++ .../jquery-ui-1.9pre/docs/effect-highlight.html | 112 +++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-puff.html | 113 ++++++++++++ .../jquery-ui-1.9pre/docs/effect-pulsate.html | 112 +++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-scale.html | 204 +++++++++++++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-shake.html | 129 +++++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-size.html | 144 +++++++++++++++ .../webapp/jquery-ui-1.9pre/docs/effect-slide.html | 129 +++++++++++++ .../jquery-ui-1.9pre/docs/effect-transfer.html | 114 ++++++++++++ src/main/webapp/jquery-ui-1.9pre/docs/effect.html | 143 +++++++++++++++ src/main/webapp/jquery-ui-1.9pre/docs/hide.html | 144 +++++++++++++++ src/main/webapp/jquery-ui-1.9pre/docs/menu.html | 1 + .../webapp/jquery-ui-1.9pre/docs/position.html | 1 + .../webapp/jquery-ui-1.9pre/docs/progressbar.html | 1 + .../webapp/jquery-ui-1.9pre/docs/removeClass.html | 113 ++++++++++++ .../webapp/jquery-ui-1.9pre/docs/resizable.html | 1 + .../webapp/jquery-ui-1.9pre/docs/selectable.html | 1 + src/main/webapp/jquery-ui-1.9pre/docs/show.html | 144 +++++++++++++++ src/main/webapp/jquery-ui-1.9pre/docs/slider.html | 1 + .../webapp/jquery-ui-1.9pre/docs/sortable.html | 1 + src/main/webapp/jquery-ui-1.9pre/docs/spinner.html | 1 + .../webapp/jquery-ui-1.9pre/docs/switchClass.html | 129 +++++++++++++ src/main/webapp/jquery-ui-1.9pre/docs/tabs.html | 1 + src/main/webapp/jquery-ui-1.9pre/docs/toggle.html | 144 +++++++++++++++ .../webapp/jquery-ui-1.9pre/docs/toggleClass.html | 111 +++++++++++ src/main/webapp/jquery-ui-1.9pre/docs/tooltip.html | 1 + 41 files changed, 3038 insertions(+) create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/accordion.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/addClass.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/animate.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/autocomplete.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/button.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/datepicker.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/dialog.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/draggable.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/droppable.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-blind.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-bounce.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-clip.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-drop.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-explode.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-fade.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-fold.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-highlight.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-puff.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-pulsate.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-scale.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-shake.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-size.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-slide.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect-transfer.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/effect.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/hide.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/menu.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/position.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/progressbar.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/removeClass.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/resizable.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/selectable.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/show.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/slider.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/sortable.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/spinner.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/switchClass.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/tabs.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/toggle.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/toggleClass.html create mode 100644 src/main/webapp/jquery-ui-1.9pre/docs/tooltip.html (limited to 'src/main/webapp/jquery-ui-1.9pre/docs') diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/accordion.html b/src/main/webapp/jquery-ui-1.9pre/docs/accordion.html new file mode 100644 index 0000000..79e3612 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/accordion.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/addClass.html b/src/main/webapp/jquery-ui-1.9pre/docs/addClass.html new file mode 100644 index 0000000..12cd9ef --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/addClass.html @@ -0,0 +1,109 @@ + + +
+

jQuery UI addClass

+
+

Overview

+
+

addClass( class, [duration] )

+

Adds the specified class to each of the set of matched elements with an optional transition between the states.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Adds the class 'selected' to the matched elements with a one second transition.
+

+
$("p").click(function () {
+      $(this).addClass("selected", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { cursor: pointer; font-size: 1.2em; }
+  .selected { color:red; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).addClass("selected", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <p>Click me to add a 'selected' class.</p>
+<p>Click me to add a 'selected' class.</p>
+<p>Click me to add a 'selected' class.</p>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    class

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    One CSS class to add to the elements.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/animate.html b/src/main/webapp/jquery-ui-1.9pre/docs/animate.html new file mode 100644 index 0000000..9f70edd --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/animate.html @@ -0,0 +1,78 @@ +

The jQuery UI effects core extends the animate function to be able to animate colors as well. It's heavily used by the class transition feature and it's able to color animate the following properties: +

+ +

with one of the following combinations: +

+ +


+

+
NameType
Example: +
+ +
+A simple color animation.
+

+
$(".block").toggle(function() {
+    $(this).animate({ backgroundColor: "black" }, 1000);
+},function() {
+    $(this).animate({ backgroundColor: "#68BFEF" }, 500);
+});
+
+
+

+

+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+                    "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+  <script src="http://code.jquery.com/jquery-latest.js"></script>
+  
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+
+  <script>
+  $(document).ready(function(){
+    $(".block").toggle(function() {
+    $(this).animate({ backgroundColor: "black" }, 1000);
+},function() {
+    $(this).animate({ backgroundColor: "#68BFEF" }, 500);
+});
+
+  });
+  </script>
+  <style>
+  .block { 
+    color: white;
+    background-color: #68BFEF;
+    width: 150px; 
+    height: 70px;
+    margin: 10px; 
+  }
+  </style>
+</head>
+<body>
+  <div class="block"> Click me</div>
+</body>
+</html>
+
+

+

+

NameType
+

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/autocomplete.html b/src/main/webapp/jquery-ui-1.9pre/docs/autocomplete.html new file mode 100644 index 0000000..8509631 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/autocomplete.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/button.html b/src/main/webapp/jquery-ui-1.9pre/docs/button.html new file mode 100644 index 0000000..fe10a25 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/button.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/datepicker.html b/src/main/webapp/jquery-ui-1.9pre/docs/datepicker.html new file mode 100644 index 0000000..6583aa2 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/datepicker.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/dialog.html b/src/main/webapp/jquery-ui-1.9pre/docs/dialog.html new file mode 100644 index 0000000..a2058da --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/dialog.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/draggable.html b/src/main/webapp/jquery-ui-1.9pre/docs/draggable.html new file mode 100644 index 0000000..51c7d1b --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/draggable.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/droppable.html b/src/main/webapp/jquery-ui-1.9pre/docs/droppable.html new file mode 100644 index 0000000..462f254 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/droppable.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-blind.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-blind.html new file mode 100644 index 0000000..081500c --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-blind.html @@ -0,0 +1,112 @@ + + +
+

jQuery UI Blind Effect

+
+

Overview

+
+

Blinds the element away or shows it by blinding it in.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Hides the element by blinding it horizontally.
+

+
+$("div").click(function () {
+      $(this).hide("blind", { direction: "horizontal" }, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("blind", { direction: "horizontal" }, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    direction

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "vertical"
    + +
    +
    +
    +

    The direction of the effect. Can be "vertical" or "horizontal".

    +
    +
  • + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "hide"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide".

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-bounce.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-bounce.html new file mode 100644 index 0000000..1c400b3 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-bounce.html @@ -0,0 +1,148 @@ + + +
+

jQuery UI Bounce Effect

+
+

Overview

+
+

Bounces the element multiple times, vertically or horizontally.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Bounces 3 times when clicking on the element.
+

+
+$("div").click(function () {
+      $(this).effect("bounce", { times:3 }, 300);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).effect("bounce", { times:3 }, 300);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <p></p><p></p><p></p><p></p><div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    direction

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "up"
    + +
    +
    +
    +

    The direction of the effect. Can be "up", "down", "left", "right".

    +
    +
  • + +
  • +
    +

    distance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    20
    + +
    +
    +
    +

    Distance to bounce.

    +
    +
  • + + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "effect"
    + +
    +
    +
    +

    The mode of the effect. Can be "show", "hide" or "effect". .

    +
    +
  • + + +
  • +
    +

    times

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    5
    + +
    +
    +
    +

    Times to bounce.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-clip.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-clip.html new file mode 100644 index 0000000..8562069 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-clip.html @@ -0,0 +1,113 @@ + + +
+

jQuery UI Clip Effect

+
+

Overview

+
+

Clips the element on or off, vertically or horizontally.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Hides the element by clipping it off horizontal.
+

+
+$("div").click(function () {
+      $(this).hide("clip", { direction: "horizontal" }, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("clip", { direction: "horizontal" }, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    direction

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "vertical"
    + +
    +
    +
    +

    The direction of the effect. Can be "vertical" or "horizontal".

    +
    +
  • + + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "hide"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide".

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-drop.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-drop.html new file mode 100644 index 0000000..712ee9b --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-drop.html @@ -0,0 +1,113 @@ + + +
+

jQuery UI Drop Effect

+
+

Overview

+
+

Drops the element away or shows it by dropping it in.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Hides the element by dropping it down.
+

+
+$("div").click(function () {
+      $(this).hide("drop", { direction: "down" }, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("drop", { direction: "down" }, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    direction

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "left"
    + +
    +
    +
    +

    The direction of the effect. Can be "left", "right", "up", "down".

    +
    +
  • + + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "hide"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide".

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-explode.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-explode.html new file mode 100644 index 0000000..563e857 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-explode.html @@ -0,0 +1,152 @@ + + +
+

jQuery UI Explode Effect

+
+

Overview

+
+

Explodes or implodes the element into/from many pieces.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Hides the element by exploding it into 9 pieces.
+

+
+$("div").click(function () {
+      $(this).hide("explode", 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("explode", 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+ +
+Shows the element by imploding it from 16 pieces.
+

+
+$("div").click(function () {
+      $(this).show("explode", { pieces: 16 }, 2000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+<script src="http://dev.jquery.com/view/tags/ui/latest/ui/effects.core.js"></script>
+<script src="http://dev.jquery.com/view/tags/ui/latest/ui/effects.explode.js"></script>
+<style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).show("explode", { pieces: 16 }, 2000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The mode of the animation. Can be set to "show" or "hide".

    +
    +
  • + +
  • +
    +

    pieces

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    9
    + +
    +
    +
    +

    Number of pieces to be exploded to/imploded from.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-fade.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-fade.html new file mode 100644 index 0000000..19c4ab9 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-fade.html @@ -0,0 +1,79 @@ + + +
+

jQuery UI Fade Effect

+
+

Overview

+
+

Fades the element. The same effect as jQuery's fadeIn/Out/To methods, but exposes it to the show, hide and effect methods.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Hides the element by fading it out.
+

+
+$("div").click(function () {
+      $(this).hide("fade", {}, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("fade", {}, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+
+

Arguments

+
    +

    The fade effect has no arguments

    +
+
+
+ + + + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-fold.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-fold.html new file mode 100644 index 0000000..4987dab --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-fold.html @@ -0,0 +1,132 @@ + + +
+

jQuery UI Fold Effect

+
+

Overview

+
+

Folds the element like a piece of paper.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Hides the element by folding it first to 15px, then completely.
+

+
+$("div").click(function () {
+      $(this).hide("fold", {}, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  
+<script src="http://jqueryui.com/latest/ui/effects.core.js"></script>
+<script src="http://jqueryui.com/latest/ui/effects.fold.js"></script>
+<style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("fold", {}, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    horizFirst

    +
    +
    Type:
    +
    Boolean
    + +
    Default:
    +
    false
    + +
    +
    +
    +

    Whether to fold horizontally first or not. Can be true or false.

    +
    +
  • + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "hide"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide".

    +
    +
  • + +
  • +
    +

    size

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    15
    + +
    +
    +
    +

    Size to be folded to.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-highlight.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-highlight.html new file mode 100644 index 0000000..ac67efc --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-highlight.html @@ -0,0 +1,112 @@ + + +
+

jQuery UI Highlight Effect

+
+

Overview

+
+

Highlights the element's background with a specific color, default is yellow.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Simple highlight when clicking on the element.
+

+
+$("div").click(function () {
+      $(this).effect("highlight", {}, 3000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: #666; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).effect("highlight", {}, 3000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    color

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "#ffff99"
    + +
    +
    +
    +

    Highlight color

    +
    +
  • + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "show"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide".

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-puff.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-puff.html new file mode 100644 index 0000000..fcd7ef2 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-puff.html @@ -0,0 +1,113 @@ + + +
+

jQuery UI Puff Effect

+
+

Overview

+
+

This is the only effect without seperate file, it uses effects.scale.js. It creates a puff effect by scaling the element up and hiding it at the same time.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
  • Scale effect
  • +
+
+
+

Example

+
+ +

+Puff the element away.
+

+
+$("div").click(function () {
+      $(this).hide("puff", {}, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("puff", {}, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "hide"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide"

    +
    +
  • + +
  • +
    +

    percent

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    150
    + +
    +
    +
    +

    The percentage to scale to.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-pulsate.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-pulsate.html new file mode 100644 index 0000000..f1ecac1 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-pulsate.html @@ -0,0 +1,112 @@ + + +
+

jQuery UI Pulsate Effect

+
+

Overview

+
+

Pulsates the opacity of the element multiple times.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Pulsate 3 times when clicking on the element.
+

+
+$("div").click(function () {
+      $(this).effect("pulsate", { times:3 }, 2000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).effect("pulsate", { times:3 }, 2000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "show"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide".

    +
    +
  • + +
  • +
    +

    times

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    5
    + +
    +
    +
    +

    Times to pulsate.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-scale.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-scale.html new file mode 100644 index 0000000..284fc94 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-scale.html @@ -0,0 +1,204 @@ + + +
+

jQuery UI Scale Effect

+
+

Overview

+
+

Shrink or grow an element by a percentage factor.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Scale the element to 0%, with the hide method (center vanishing point).
+

+
+$("div").click(function () {
+      $(this).hide("scale", {}, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("scale", {}, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+ +
+Scale the element to 200%, only horizontal.
+

+
+$("div").click(function () {
+      $(this).effect("scale", { percent: 200, direction: 'horizontal' }, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).effect("scale", { percent: 200, direction: 'horizontal' }, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    direction

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "both"
    + +
    +
    +
    +

    The direction of the effect. Can be "both", "vertical" or "horizontal".

    +
    +
  • + + +
  • +
    +

    from

    +
    +
    Type:
    +
    Object
    + +
    +
    +
    +

    state at beginning, usually not needed.{ height: .., width: .. }

    +
    +
  • + + +
  • +
    +

    origin

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    ['middle','center']
    + +
    +
    +
    +

    the vanishing point, default for show/hide

    +
    +
  • + + +
  • +
    +

    percent

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    0/100
    + +
    +
    +
    +

    the percentage to scale to, number.

    +
    +
  • + + +
  • +
    +

    scale

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "both"
    + +
    +
    +
    +

    Which areas of the element will be resized: 'both', 'box', 'content' Box resizes the border and padding of the element Content resizes any content inside of the element

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-shake.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-shake.html new file mode 100644 index 0000000..269e314 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-shake.html @@ -0,0 +1,129 @@ + + +
+

jQuery UI Shake Effect

+
+

Overview

+
+

Shakes the element multiple times, vertically or horizontally.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Shakes 3 times when clicking on the element.
+

+
+$("div").click(function () {
+      $(this).effect("shake", { times:3 }, 300);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).effect("shake", { times:3 }, 300);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <p></p><p></p><p></p><p></p><div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    direction

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "left"
    + +
    +
    +
    +

    The direction of the effect. Can be "up", "down", "left", "right".

    +
    +
  • + +
  • +
    +

    distance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    20
    + +
    +
    +
    +

    Distance to shake.

    +
    +
  • + +
  • +
    +

    times

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    3
    + +
    +
    +
    +

    Times to shake.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-size.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-size.html new file mode 100644 index 0000000..d6dfd10 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-size.html @@ -0,0 +1,144 @@ + + +
+

jQuery UI Size Effect

+
+

Overview

+
+

Resize an element to a specified width and height.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
  • Scale effect
  • +
+
+
+

Example

+
+ +

+Size an element to 200 x 60.
+

+
+$("div").click(function () {
+      $(this).effect("size", { to: {width: 200,height: 60} }, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).effect("size", { to: {width: 200,height: 60} }, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    from

    +
    +
    Type:
    +
    Object
    + +
    +
    +
    +

    state at beginning, usually not needed.{ height: .., width: .. }

    +
    +
  • + + +
  • +
    +

    to

    +
    +
    Type:
    +
    Object
    + +
    +
    +
    +

    Height and width to resize to.{ height: .., width: .. }

    +
    +
  • + + +
  • +
    +

    origin

    +
    +
    Type:
    +
    Array
    + +
    Default:
    +
    ['top','left']
    + +
    +
    +
    +

    the vanishing point, default for show/hide

    +
    +
  • + + +
  • +
    +

    scale

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "both"
    + +
    +
    +
    +

    Which areas of the element will be resized: 'both', 'box', 'content' Box resizes the border and padding of the element Content resizes any content inside of the element

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-slide.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-slide.html new file mode 100644 index 0000000..70232b2 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-slide.html @@ -0,0 +1,129 @@ + + +
+

jQuery UI Slide Effect

+
+

Overview

+
+

Slides the element out of the viewport.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Hides the element by sliding it down.
+

+
+$("div").click(function () {
+      $(this).hide("slide", { direction: "down" }, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      $(this).hide("slide", { direction: "down" }, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div></div>
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    direction

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "left"
    + +
    +
    +
    +

    The direction of the effect. Can be "left", "right", "up", "down".

    +
    +
  • + +
  • +
    +

    distance

    +
    +
    Type:
    +
    Integer
    + +
    Default:
    +
    el.outerWidth
    + +
    +
    +
    +

    The distance of the effect. Is set to either the height or width of the elemenet depending on the direction option. Can be set to any integer less than the width/height of the element.

    +
    +
  • + +
  • +
    +

    mode

    +
    +
    Type:
    +
    String
    + +
    Default:
    +
    "show"
    + +
    +
    +
    +

    The mode of the effect. Can be "show" or "hide".

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect-transfer.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect-transfer.html new file mode 100644 index 0000000..3acf30f --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect-transfer.html @@ -0,0 +1,114 @@ + + +
+

jQuery UI Transfer Effect

+
+

Overview

+
+

Transfers the outline of an element to another element. Very useful when trying to visualize interaction between two elements.

+

The transfer element iself has the class name "ui-effects-transfer", and needs to be styled by you, for example by adding a background or border.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Clicking on the green element transfers to the other.
+

+
+$("div").click(function () {
+      var i = 1 - $("div").index(this);
+      $(this).effect("transfer", { to: $("div").eq(i) }, 1000);
+});
+
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <style type="text/css">
+  div.green { margin: 0px; width: 100px; height: 80px; background: green; border: 1px solid black; position: relative; }
+  div.red { margin-top: 10px; width: 50px; height: 30px; background: red; border: 1px solid black; position: relative; }
+  .ui-effects-transfer { border: 2px solid black; }
+
+</style>
+
+  <script>
+  $(document).ready(function() {
+    
+$("div").click(function () {
+      var i = 1 - $("div").index(this);
+      $(this).effect("transfer", { to: $("div").eq(i) }, 1000);
+});
+
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  <div class="green"></div>
+<div class="red"></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    className

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    Optional class name the transfer element will receive.

    +
    +
  • + +
  • +
    +

    to

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    jQuery selector, the element to transfer to.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/effect.html b/src/main/webapp/jquery-ui-1.9pre/docs/effect.html new file mode 100644 index 0000000..d025d59 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/effect.html @@ -0,0 +1,143 @@ + + +
+

jQuery UI effect

+
+

Overview

+
+

effect( effect, [options], [speed], [callback] )

+

Uses a specific effect on an element (without the show/hide logic).

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect explode if you click on the element.
+

+
$("p").click(function () {
+      $("div").effect("explode");
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.explode.js"></script>
+<style type="text/css">
+  div { margin: 0 auto; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").effect("explode");
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'bounce', 'clip', 'drop', 'explode', 'fold', 'highlight', 'puff', 'pulsate', 'scale', 'shake', 'size', 'slide', 'transfer'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/hide.html b/src/main/webapp/jquery-ui-1.9pre/docs/hide.html new file mode 100644 index 0000000..4c29b63 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/hide.html @@ -0,0 +1,144 @@ + + +
+

jQuery UI hide

+
+

Overview

+
+

hide( effect, [options], [speed], [callback] )

+

The enhanced hide method optionally accepts jQuery UI advanced effects.

+

Uses a specific effect on an element to hide the element if the first argument is an effect string.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect slide if you click on the p to hide a div.
+

+
$("p").click(function () {
+      $("div").hide("slide", {}, 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.slide.js"></script>
+<style type="text/css">
+  div { margin: 0px; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").hide("slide", {}, 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'clip', 'drop', 'explode', 'fold', 'puff', 'slide', 'scale', 'size', 'pulsate'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the predefined speeds ("slow" or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/menu.html b/src/main/webapp/jquery-ui-1.9pre/docs/menu.html new file mode 100644 index 0000000..f801314 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/menu.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/position.html b/src/main/webapp/jquery-ui-1.9pre/docs/position.html new file mode 100644 index 0000000..2c6b62b --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/position.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/progressbar.html b/src/main/webapp/jquery-ui-1.9pre/docs/progressbar.html new file mode 100644 index 0000000..08dd9b1 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/progressbar.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/removeClass.html b/src/main/webapp/jquery-ui-1.9pre/docs/removeClass.html new file mode 100644 index 0000000..68d154f --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/removeClass.html @@ -0,0 +1,113 @@ + + +
+

jQuery UI removeClass

+
+

Overview

+
+

removeClass( [class], [duration] )

+

Removes all or specified class from each of the set of matched elements with an optional transition between the states.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Removes the class 'selected' from the matched elements with a one second transition.
+

+
$("p").click(function () {
+      $(this).removeClass("selected", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { cursor: pointer; font-size: 1.2em; }
+  .selected { color:red; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).removeClass("selected", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p class="selected">Click me to remove 'selected' class.</p>
+<p class="selected">Click me to remove 'selected' class.</p>
+<p class="selected">Click me to remove 'selected' class.</p>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    class

    +
    +
    Type:
    +
    String
    + +
    Optional
    + +
    +
    +
    +

    CSS classes to remove from the elements.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/resizable.html b/src/main/webapp/jquery-ui-1.9pre/docs/resizable.html new file mode 100644 index 0000000..6bdfb7a --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/resizable.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/selectable.html b/src/main/webapp/jquery-ui-1.9pre/docs/selectable.html new file mode 100644 index 0000000..b697180 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/selectable.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/show.html b/src/main/webapp/jquery-ui-1.9pre/docs/show.html new file mode 100644 index 0000000..bd6e298 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/show.html @@ -0,0 +1,144 @@ + + +
+

jQuery UI show

+
+

Overview

+
+

show( effect, [options], [speed], [callback] )

+

The enhanced show method optionally accepts jQuery UI advanced effects.

+

Uses a specific effect on an element to show the element if the first argument is a effect string.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect slide if you click on the p to show a div.
+

+
$("p").click(function () {
+      $("div").show("slide", {}, 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.slide.js"></script>
+<style type="text/css">
+  div { display: none; margin: 0px; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").show("slide", {}, 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'clip', 'drop', 'explode', 'fold', 'puff', 'slide', 'scale', 'size', 'pulsate'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the predefined speeds ("slow" or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/slider.html b/src/main/webapp/jquery-ui-1.9pre/docs/slider.html new file mode 100644 index 0000000..2bcd68c --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/slider.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/sortable.html b/src/main/webapp/jquery-ui-1.9pre/docs/sortable.html new file mode 100644 index 0000000..84dc28a --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/sortable.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/spinner.html b/src/main/webapp/jquery-ui-1.9pre/docs/spinner.html new file mode 100644 index 0000000..17e163d --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/spinner.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/switchClass.html b/src/main/webapp/jquery-ui-1.9pre/docs/switchClass.html new file mode 100644 index 0000000..7472201 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/switchClass.html @@ -0,0 +1,129 @@ + + +
+

jQuery UI switchClass

+
+

Overview

+
+

switchClass( remove, add, [duration] )

+

Switches from the class defined in the first argument to the class defined as second argument, using an optional transition.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Switch the class 'highlight' to 'blue' when a paragraph is clicked with a one second transition.
+

+
$("p").click(function () {
+      $(this).switchClass("highlight", "blue", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { margin: 4px; font-size:16px; font-weight:bolder; 
+      cursor:pointer; }
+  .blue { background: blue; }
+  .highlight { background:yellow; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).switchClass("highlight", "blue", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p class="highlight">Click to switch</p>
+<p class="highlight">to blue</p>
+<p class="highlight">on these</p>
+<p class="highlight">paragraphs</p>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    remove

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The CSS class that will be removed.

    +
    +
  • + + +
  • +
    +

    add

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The CSS class that will be added.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/tabs.html b/src/main/webapp/jquery-ui-1.9pre/docs/tabs.html new file mode 100644 index 0000000..84d7c23 --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/tabs.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/toggle.html b/src/main/webapp/jquery-ui-1.9pre/docs/toggle.html new file mode 100644 index 0000000..4d9a63a --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/toggle.html @@ -0,0 +1,144 @@ + + +
+

jQuery UI toggle

+
+

Overview

+
+

toggle( effect, [options], [speed], [callback] )

+

The enhanced toggle method optionally accepts jQuery UI advanced effects.

+

Uses a specific effect on an element to toggle the element if the first argument is an effect string.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Apply the effect slide if you click on the p to toggle a div.
+

+
$("p").click(function () {
+      $("div").toggle("slide", {}, 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<script src="http://ui.jquery.com/latest/ui/effects.slide.js"></script>
+<style type="text/css">
+  div { display: none; margin: 0px; width: 100px; height: 80px; background: blue; position: relative; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $("div").toggle("slide", {}, 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me</p><div></div>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    effect

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    The effect to be used. Possible values: 'blind', 'clip', 'drop', 'explode', 'fold', 'puff', 'slide', 'scale', 'size', 'pulsate'.

    +
    +
  • + + +
  • +
    +

    options

    +
    +
    Type:
    +
    Hash
    + +
    Optional
    + +
    +
    +
    +

    A object/hash including specific options for the effect.

    +
    +
  • + + +
  • +
    +

    speed

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the predefined speeds ("slow" or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + + +
  • +
    +

    callback

    +
    +
    Type:
    +
    Function
    + +
    Optional
    + +
    +
    +
    +

    A function that is called after the effect is completed.

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/toggleClass.html b/src/main/webapp/jquery-ui-1.9pre/docs/toggleClass.html new file mode 100644 index 0000000..5ebd9af --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/toggleClass.html @@ -0,0 +1,111 @@ + + +
+

jQuery UI toggleClass

+
+

Overview

+
+

toggleClass( class, [duration] )

+

Adds the specified class if it is not present, and removes the specified class if it is present, using an optional transition.

+
+
+

Dependencies

+
    +
  • Effects Core
  • +
+
+
+

Example

+
+ +

+Adds the 'selected' class if it is not present, and removes the 'selected' class if it is present.
+

+
$("p").click(function () {
+      $(this).toggleClass("selected", 1000);
+    });
+
+

+

+
<!DOCTYPE html>
+<html>
+<head>
+  <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
+<style type="text/css">
+  p { cursor: pointer; font-size: 1.2em; }
+  .selected { color:red; }
+</style>
+  <script>
+  $(document).ready(function() {
+    $("p").click(function () {
+      $(this).toggleClass("selected", 1000);
+    });
+  });
+  </script>
+</head>
+<body style="font-size:62.5%;">
+  
+<p>Click me to toggle 'selected' class.</p>
+<p class="selected">Click me to toggle 'selected' class.</p>
+<p>Click me to toggle 'selected' class.</p>
+
+</body>
+</html>
+
+

+

+
+
+
+

Arguments

+
    + +
  • +
    +

    class

    +
    +
    Type:
    +
    String
    + +
    +
    +
    +

    A CSS class to toggle on the elements.

    +
    +
  • + + +
  • +
    +

    duration

    +
    +
    Type:
    +
    String, Number
    + +
    Optional
    + +
    +
    +
    +

    A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).

    +
    +
  • + +
+
+
+ +

+ + diff --git a/src/main/webapp/jquery-ui-1.9pre/docs/tooltip.html b/src/main/webapp/jquery-ui-1.9pre/docs/tooltip.html new file mode 100644 index 0000000..99840bf --- /dev/null +++ b/src/main/webapp/jquery-ui-1.9pre/docs/tooltip.html @@ -0,0 +1 @@ +
There is currently no text in this page, you can search for this page title in other pages or edit this page.
-- cgit v1.1