diff --git a/page/accordion.html b/page/accordion.html index 40512f5..2ded876 100644 --- a/page/accordion.html +++ b/page/accordion.html @@ -5,6 +5,8 @@ } } +
Displays collapsible content panels for presenting information in a limited amount of space.
+Want to learn more about the accordion widget? Check out the diff --git a/page/addClass.html b/page/addClass.html index b5dd48b..0c8ec30 100644 --- a/page/addClass.html +++ b/page/addClass.html @@ -5,6 +5,8 @@ } } +
Adds class(es) to elements while animating all style changes.
+Want to learn more about the .addClass()
method? Check out
diff --git a/page/animate.html b/page/animate.html
index 307d362..6956743 100644
--- a/page/animate.html
+++ b/page/animate.html
@@ -5,6 +5,8 @@
}
}
+
Animate the properties of elements between colors.
+jQuery UI bundles the jQuery Color plugins which provides color animations as diff --git a/page/autocomplete.html b/page/autocomplete.html index eac3107..e90dfa3 100644 --- a/page/autocomplete.html +++ b/page/autocomplete.html @@ -5,6 +5,8 @@ } } +
Enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.
+Want to learn more about the autocomplete widget? Check out the diff --git a/page/button.html b/page/button.html index 3b10bb2..aff8d94 100644 --- a/page/button.html +++ b/page/button.html @@ -5,6 +5,8 @@ } } +
Enhances standard form elements like buttons, inputs and anchors to themeable buttons with appropriate hover and active styles.
+Want to learn more about the button widget? Check out the diff --git a/page/datepicker.html b/page/datepicker.html index e401615..cbf274e 100644 --- a/page/datepicker.html +++ b/page/datepicker.html @@ -5,6 +5,8 @@ } } +
Select a date from a popup or inline calendar
+Want to learn more about the datepicker widget? Check out the diff --git a/page/dialog.html b/page/dialog.html index 6fcf89d..4e64f1a 100644 --- a/page/dialog.html +++ b/page/dialog.html @@ -5,6 +5,8 @@ } } +
Open content in an interactive overlay.
+Want to learn more about the dialog widget? Check out the diff --git a/page/draggable.html b/page/draggable.html index 1e1ab3f..b81a8d2 100644 --- a/page/draggable.html +++ b/page/draggable.html @@ -5,6 +5,8 @@ } } +
Allow elements to be moved using the mouse.
+Want to learn more about the draggable interaction? Check out the diff --git a/page/droppable.html b/page/droppable.html index a981a99..4a660a1 100644 --- a/page/droppable.html +++ b/page/droppable.html @@ -5,6 +5,8 @@ } } +
Create targets for draggable elements.
+Want to learn more about the droppable interaction? Check out the diff --git a/page/effect.html b/page/effect.html index 746f8ac..98bf598 100644 --- a/page/effect.html +++ b/page/effect.html @@ -5,6 +5,8 @@ } } +
Apply an animation effect to an element.
+Want to learn more about the .effect()
method? Check out
diff --git a/page/hide.html b/page/hide.html
index 239572b..63cea1f 100644
--- a/page/hide.html
+++ b/page/hide.html
@@ -5,6 +5,8 @@
}
}
+
Hide elements using custom effects.
+Want to learn more about the .hide()
method? Check out
diff --git a/page/menu.html b/page/menu.html
index 629ca3c..aecf75a 100644
--- a/page/menu.html
+++ b/page/menu.html
@@ -5,6 +5,8 @@
}
}
+
Themeable menu with mouse and keyboard interactions for navigation.
+Want to learn more about the menu widget? Check out the diff --git a/page/position.html b/page/position.html index 06a8e4d..7a18b6d 100644 --- a/page/position.html +++ b/page/position.html @@ -5,6 +5,8 @@ } } +
Position an element relative to the window, document, another element, or the cursor/mouse.
+Want to learn more about the .position()
method? Check out
diff --git a/page/progressbar.html b/page/progressbar.html
index c225994..8e39d59 100644
--- a/page/progressbar.html
+++ b/page/progressbar.html
@@ -5,6 +5,8 @@
}
}
+
Display status of a determinate or indeterminate process.
+Want to learn more about the progressbar widget? Check out the diff --git a/page/removeClass.html b/page/removeClass.html index e19e509..78ebacc 100644 --- a/page/removeClass.html +++ b/page/removeClass.html @@ -5,6 +5,8 @@ } } +
Removes class(es) from elements while animating all style changes.
+Want to learn more about the .removeClass()
method? Check out
diff --git a/page/resizable.html b/page/resizable.html
index 6fe73ea..d035b9a 100644
--- a/page/resizable.html
+++ b/page/resizable.html
@@ -5,6 +5,8 @@
}
}
+
Change the size of an element using the mouse.
+Want to learn more about the resizable interaction? Check out the diff --git a/page/selectable.html b/page/selectable.html index 1519bda..f7fc686 100644 --- a/page/selectable.html +++ b/page/selectable.html @@ -5,6 +5,8 @@ } } +
Use the mouse to select elements, individually or in a group.
+Want to learn more about the selectable interaction? Check out the diff --git a/page/show.html b/page/show.html index b25cbf7..c3690b1 100644 --- a/page/show.html +++ b/page/show.html @@ -5,6 +5,8 @@ } } +
Display elements using custom effects.
+Want to learn more about the .show()
method? Check out
diff --git a/page/slider.html b/page/slider.html
index a1cb8a0..5db30bc 100644
--- a/page/slider.html
+++ b/page/slider.html
@@ -5,6 +5,8 @@
}
}
+
Drag a handle to select a numeric value.
+Want to learn more about the slider widget? Check out the diff --git a/page/sortable.html b/page/sortable.html index a2c7a36..6efe8fc 100644 --- a/page/sortable.html +++ b/page/sortable.html @@ -5,6 +5,8 @@ } } +
Reorder elements in a list or grid using the mouse.
+Want to learn more about the sortable interaction? Check out the diff --git a/page/spinner.html b/page/spinner.html index b110852..1f5b86d 100644 --- a/page/spinner.html +++ b/page/spinner.html @@ -5,6 +5,8 @@ } } +
Enhance a text input for entering numeric values, with up/down buttons and arrow key handling.
+Want to learn more about the spinner widget? Check out the diff --git a/page/switchClass.html b/page/switchClass.html index 98b099e..14117bd 100644 --- a/page/switchClass.html +++ b/page/switchClass.html @@ -5,6 +5,8 @@ } } +
Add and remove class(es) to elements while animating all style changes.
+Want to learn more about the .switchClass()
method? Check out
diff --git a/page/tabs.html b/page/tabs.html
index 35d0ecc..a27f282 100644
--- a/page/tabs.html
+++ b/page/tabs.html
@@ -5,6 +5,8 @@
}
}
+
A single content area with multiple panels, each associated with a header in a list.
+Want to learn more about the tabs widget? Check out the diff --git a/page/toggle.html b/page/toggle.html index 16d0ed2..6c9419a 100644 --- a/page/toggle.html +++ b/page/toggle.html @@ -5,6 +5,8 @@ } } +
Display or hide elements using custom effects.
+Want to learn more about the .toggle()
method? Check out
diff --git a/page/toggleClass.html b/page/toggleClass.html
index e72cc9e..21d7273 100644
--- a/page/toggleClass.html
+++ b/page/toggleClass.html
@@ -5,6 +5,8 @@
}
}
+
Toggle class(es) on elements while animating all style changes.
+Want to learn more about the .toggleClass()
method? Check out
diff --git a/page/tooltip.html b/page/tooltip.html
index 0661ccc..527e0eb 100644
--- a/page/tooltip.html
+++ b/page/tooltip.html
@@ -5,6 +5,8 @@
}
}
+
Customizable, themeable tooltips, replacing native tooltips.
+Want to learn more about the tooltip widget? Check out the diff --git a/page/widget.html b/page/widget.html index de3b51f..e99a995 100644 --- a/page/widget.html +++ b/page/widget.html @@ -5,6 +5,8 @@ } } +
Create stateful jQuery plugins using the same abstraction as all jQuery UI widgets.
+Want to learn more about the widget factory? Check out