Skip to content

Commit

Permalink
Add descriptions for each component. Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
tjvantoll committed Feb 21, 2013
1 parent e45a7db commit 99d590d
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 0 deletions.
2 changes: 2 additions & 0 deletions page/accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Displays collapsible content panels for presenting information in a limited amount of space.</p>

<!--demos-->

<p>Want to learn more about the accordion widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/addClass.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Adds class(es) to elements while animating all style changes.</p>

<!--demos-->

<p>Want to learn more about the <code>.addClass()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/animate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Animate the properties of elements between colors.</p>

<!--demos-->

<p>jQuery UI bundles the jQuery Color plugins which provides color animations as
Expand Down
2 changes: 2 additions & 0 deletions page/autocomplete.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.</p>

<!--demos-->

<p>Want to learn more about the autocomplete widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Enhances standard form elements like buttons, inputs and anchors to themeable buttons with appropriate hover and active styles.</p>

<!--demos-->

<p>Want to learn more about the button widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/datepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Select a date from a popup or inline calendar</p>

<!--demos-->

<p>Want to learn more about the datepicker widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Open content in an interactive overlay.</p>

<!--demos-->

<p>Want to learn more about the dialog widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/draggable.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Allow elements to be moved using the mouse.</p>

<!--demos-->

<p>Want to learn more about the draggable interaction? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/droppable.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Create targets for draggable elements.</p>

<!--demos-->

<p>Want to learn more about the droppable interaction? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Apply an animation effect to an element.</p>

<!--demos-->

<p>Want to learn more about the <code>.effect()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/hide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Hide elements using custom effects.</p>

<!--demos-->

<p>Want to learn more about the <code>.hide()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Themeable menu with mouse and keyboard interactions for navigation.</p>

<!--demos-->

<p>Want to learn more about the menu widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/position.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Position an element relative to the window, document, another element, or the cursor/mouse.</p>

<!--demos-->

<p>Want to learn more about the <code>.position()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/progressbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Display status of a determinate or indeterminate process.</p>

<!--demos-->

<p>Want to learn more about the progressbar widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/removeClass.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Removes class(es) from elements while animating all style changes.</p>

<!--demos-->

<p>Want to learn more about the <code>.removeClass()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/resizable.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Change the size of an element using the mouse.</p>

<!--demos-->

<p>Want to learn more about the resizable interaction? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/selectable.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Use the mouse to select elements, individually or in a group.</p>

<!--demos-->

<p>Want to learn more about the selectable interaction? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Display elements using custom effects.</p>

<!--demos-->

<p>Want to learn more about the <code>.show()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/slider.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Drag a handle to select a numeric value.</p>

<!--demos-->

<p>Want to learn more about the slider widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/sortable.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Reorder elements in a list or grid using the mouse.</p>

<!--demos-->

<p>Want to learn more about the sortable interaction? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/spinner.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Enhance a text input for entering numeric values, with up/down buttons and arrow key handling.</p>

<!--demos-->

<p>Want to learn more about the spinner widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/switchClass.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Add and remove class(es) to elements while animating all style changes.</p>

<!--demos-->

<p>Want to learn more about the <code>.switchClass()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">A single content area with multiple panels, each associated with a header in a list.</p>

<!--demos-->

<p>Want to learn more about the tabs widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/toggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Display or hide elements using custom effects.</p>

<!--demos-->

<p>Want to learn more about the <code>.toggle()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/toggleClass.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Toggle class(es) on elements while animating all style changes.</p>

<!--demos-->

<p>Want to learn more about the <code>.toggleClass()</code> method? Check out
Expand Down
2 changes: 2 additions & 0 deletions page/tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Customizable, themeable tooltips, replacing native tooltips.</p>

<!--demos-->

<p>Want to learn more about the tooltip widget? Check out the
Expand Down
2 changes: 2 additions & 0 deletions page/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}</script>

<p class="desc">Create stateful jQuery plugins using the same abstraction as all jQuery UI widgets.</p>

<!--demos-->

<p>Want to learn more about the widget factory? Check out
Expand Down

0 comments on commit 99d590d

Please sign in to comment.