From 62b7c8eda897691d3031bf2b6a2a52c167c68e96 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 28 Jan 2009 10:49:44 +0000 Subject: [PATCH] demos: fixed demo descriptions to use CODE for option names instead of STRONG --- demos/accordion/collapsible.html | 2 +- demos/accordion/custom-icons.html | 2 +- demos/accordion/fillspace.html | 2 +- demos/accordion/mouseover.html | 2 +- demos/datepicker/alt-field.html | 2 +- demos/datepicker/buttonbar.html | 2 +- demos/datepicker/dropdown-month-year.html | 2 +- demos/datepicker/min-max.html | 2 +- demos/datepicker/multiple-calendars.html | 2 +- demos/demos.css | 2 +- demos/dialog/modal-confirmation.html | 2 +- demos/dialog/modal-form.html | 2 +- demos/dialog/modal-message.html | 2 +- demos/dialog/modal.html | 2 +- demos/draggable/constrain-movement.html | 2 +- demos/draggable/cursor-style.html | 2 +- demos/draggable/delay-start.html | 2 +- demos/draggable/events.html | 2 +- demos/draggable/handle.html | 4 ++-- demos/draggable/revert.html | 2 +- demos/draggable/scroll.html | 2 +- demos/draggable/snap-to.html | 4 ++-- demos/draggable/visual-feedback.html | 4 ++-- demos/droppable/accepted-elements.html | 2 +- demos/droppable/propagation.html | 2 +- demos/droppable/revert.html | 2 +- demos/droppable/visual-feedback.html | 2 +- demos/resizable/animate.html | 2 +- demos/resizable/aspect-ratio.html | 2 +- demos/resizable/constrain-area.html | 2 +- demos/resizable/delay-start.html | 2 +- demos/resizable/max-min.html | 2 +- demos/resizable/snap-to-grid.html | 2 +- demos/resizable/synchronous-resize.html | 2 +- demos/resizable/visual-feedback.html | 2 +- demos/selectable/serialize.html | 2 +- demos/slider/range-vertical.html | 2 +- demos/slider/range.html | 2 +- demos/slider/rangemax.html | 2 +- demos/slider/rangemin.html | 2 +- demos/slider/slider-vertical.html | 2 +- demos/slider/steps.html | 2 +- demos/sortable/default.html | 2 +- demos/tabs/collapsible.html | 2 +- demos/tabs/mouseover.html | 2 +- 45 files changed, 48 insertions(+), 48 deletions(-) diff --git a/demos/accordion/collapsible.html b/demos/accordion/collapsible.html index b53e610b7..635361b26 100644 --- a/demos/accordion/collapsible.html +++ b/demos/accordion/collapsible.html @@ -58,7 +58,7 @@
-

By default, accordions always keep one section open. To allow for all sections to be be collapsible, set the alwaysOpen option to false. Click on the currently open section to collapse its content pane.

+

By default, accordions always keep one section open. To allow for all sections to be be collapsible, set the alwaysOpen option to false. Click on the currently open section to collapse its content pane.

diff --git a/demos/accordion/custom-icons.html b/demos/accordion/custom-icons.html index 8b6d71dd3..76cd1d86a 100644 --- a/demos/accordion/custom-icons.html +++ b/demos/accordion/custom-icons.html @@ -61,7 +61,7 @@
-

Customize the header icons with the icons option, which accepts classes for the header's default and selected (open) state. Use any class from the UI CSS framework, or create custom classes with background images.

+

Customize the header icons with the icons option, which accepts classes for the header's default and selected (open) state. Use any class from the UI CSS framework, or create custom classes with background images.

diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index 5fe41c3a4..dde1c6a7c 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -76,7 +76,7 @@
-

Because the accordion is comprised of block-level elements, by default its width fills the available horizontal space. To fill the vertical space allocated by its container, set the boolean fillSpace option to true, and the script will automatically set the dimensions of the accordion to the height of its parent container. The accordion will also resize with its container if the container is resizable.

+

Because the accordion is comprised of block-level elements, by default its width fills the available horizontal space. To fill the vertical space allocated by its container, set the boolean fillSpace option to true, and the script will automatically set the dimensions of the accordion to the height of its parent container. The accordion will also resize with its container if the container is resizable.

diff --git a/demos/accordion/mouseover.html b/demos/accordion/mouseover.html index 3b88363ca..1d2ff4d3c 100644 --- a/demos/accordion/mouseover.html +++ b/demos/accordion/mouseover.html @@ -58,7 +58,7 @@
-

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

diff --git a/demos/datepicker/alt-field.html b/demos/datepicker/alt-field.html index 12abb9eaf..f30829b9a 100644 --- a/demos/datepicker/alt-field.html +++ b/demos/datepicker/alt-field.html @@ -23,7 +23,7 @@
-

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

+

Populate an alternate field with its own date format whenever a date is selected using the altField and altFormat options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.

diff --git a/demos/datepicker/buttonbar.html b/demos/datepicker/buttonbar.html index 1fd8a5240..30006d256 100644 --- a/demos/datepicker/buttonbar.html +++ b/demos/datepicker/buttonbar.html @@ -25,7 +25,7 @@
-

Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.

+

Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option. Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable.

diff --git a/demos/datepicker/dropdown-month-year.html b/demos/datepicker/dropdown-month-year.html index a16ff09a4..c31a024f7 100644 --- a/demos/datepicker/dropdown-month-year.html +++ b/demos/datepicker/dropdown-month-year.html @@ -26,7 +26,7 @@
-

Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.

+

Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean changeMonth and changeYear options.

diff --git a/demos/datepicker/min-max.html b/demos/datepicker/min-max.html index 6a7d87eb2..a20239633 100644 --- a/demos/datepicker/min-max.html +++ b/demos/datepicker/min-max.html @@ -23,7 +23,7 @@
-

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.

+

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.

diff --git a/demos/datepicker/multiple-calendars.html b/demos/datepicker/multiple-calendars.html index fe7d990a1..615537dd3 100644 --- a/demos/datepicker/multiple-calendars.html +++ b/demos/datepicker/multiple-calendars.html @@ -26,7 +26,7 @@
-

Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.

+

Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.

diff --git a/demos/demos.css b/demos/demos.css index 96ac8810f..2d2ce1fc8 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -167,7 +167,7 @@ eventually we should convert the font sizes to ems -- using px for now to minimi } #demo-notes { width:520px; color:#333; font-size: 1em; } -.demo-description p code { padding: 0; font-weight: bold; } +#demo-notes p code, .demo-description p code { padding: 0; font-weight: bold; } #demo-source pre, #demo-source code { padding: 0; } code, pre { padding:8px 0 8px 20px ; font-size: 1.2em; line-height:130%; } diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 9bbad8ae1..0ff6ca4ff 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -59,7 +59,7 @@
-

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

+

Confirm an action that may be destructive or important. Set the modal option to true, and specify primary and secondary user actions with the buttons option.

diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index c024f7ed4..5021e0cde 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -70,7 +70,7 @@
-

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

+

Use a modal dialog to require that the user enter data during a multi-step process. Embed form markup in the content area, set the modal option to true, and specify primary and secondary user actions with the buttons option.

diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index a0a039f85..704e46ff7 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -56,7 +56,7 @@
-

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

+

Use a modal dialog to explicitly acknowledge information or an action before continuing their work. Set the modal option to true, and specify a primary action (Ok) with the buttons option.

diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index ffe43d4f1..7e1f01b3f 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -47,7 +47,7 @@
-

A modal dialog prevents the user from interacting with the rest of the page until it is closed. To add a semi-transparent layer that dims out the page content behind the dialog, set the background color and opacity of the overlay option.

+

A modal dialog prevents the user from interacting with the rest of the page until it is closed. To add a semi-transparent layer that dims out the page content behind the dialog, set the background color and opacity of the overlay option.

diff --git a/demos/draggable/constrain-movement.html b/demos/draggable/constrain-movement.html index 7127f57ba..d98f5d218 100644 --- a/demos/draggable/constrain-movement.html +++ b/demos/draggable/constrain-movement.html @@ -59,7 +59,7 @@

-Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.' +Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

diff --git a/demos/draggable/cursor-style.html b/demos/draggable/cursor-style.html index 5e8d6f452..bd944c7d1 100644 --- a/demos/draggable/cursor-style.html +++ b/demos/draggable/cursor-style.html @@ -38,7 +38,7 @@

-Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the cursorAt option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). Customize the cursor's appearance by supplying the cursor option with a valid CSS cursor value: default, move, pointer, crosshair, etc. +Position the cursor while dragging the object. By default the cursor appears in the center of the dragged object; use the cursorAt option to specify another location relative to the draggable (specify a pixel value from the top, right, bottom, and/or left). Customize the cursor's appearance by supplying the cursor option with a valid CSS cursor value: default, move, pointer, crosshair, etc.

diff --git a/demos/draggable/delay-start.html b/demos/draggable/delay-start.html index 500ac477d..23db6f871 100644 --- a/demos/draggable/delay-start.html +++ b/demos/draggable/delay-start.html @@ -34,7 +34,7 @@

-Delay the start of dragging for a number of milliseconds with the delay option; prevent dragging until the cursor is held down and dragged a specifed number of pixels with the distance option. +Delay the start of dragging for a number of milliseconds with the delay option; prevent dragging until the cursor is held down and dragged a specifed number of pixels with the distance option.

diff --git a/demos/draggable/events.html b/demos/draggable/events.html index 2365855af..d5903d009 100644 --- a/demos/draggable/events.html +++ b/demos/draggable/events.html @@ -65,7 +65,7 @@

-Layer functionality onto the draggable using the start, drag, and stop events. Start is fired at the start of the drag; drag during the drag; and stop when dragging stops. +Layer functionality onto the draggable using the start, drag, and stop events. Start is fired at the start of the drag; drag during the drag; and stop when dragging stops.

diff --git a/demos/draggable/handle.html b/demos/draggable/handle.html index 02526ce7c..3e600d640 100644 --- a/demos/draggable/handle.html +++ b/demos/draggable/handle.html @@ -36,8 +36,8 @@
-

Allow dragging only when the cursor is over a specific part of the draggable. Use the handle option to specify the jQuery selector of an element (or group of elements) used to drag the object.

-

Or prevent dragging when the cursor is over a specific element (or group of elements) within the draggable. Use the cancel option to specify a jQuery selector over which to "cancel" draggable functionality.

+

Allow dragging only when the cursor is over a specific part of the draggable. Use the handle option to specify the jQuery selector of an element (or group of elements) used to drag the object.

+

Or prevent dragging when the cursor is over a specific element (or group of elements) within the draggable. Use the cancel option to specify a jQuery selector over which to "cancel" draggable functionality.

diff --git a/demos/draggable/revert.html b/demos/draggable/revert.html index 005b99e6b..b2a95323b 100644 --- a/demos/draggable/revert.html +++ b/demos/draggable/revert.html @@ -33,7 +33,7 @@

-Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option. +Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option.

diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html index 907e7e0ee..bf324ee17 100644 --- a/demos/draggable/scroll.html +++ b/demos/draggable/scroll.html @@ -40,7 +40,7 @@

-Automatically scroll the document when the draggable is moved beyond the viewport. Set the scroll option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the scrollSensitivity and scrollSpeed options. +Automatically scroll the document when the draggable is moved beyond the viewport. Set the scroll option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the scrollSensitivity and scrollSpeed options.

diff --git a/demos/draggable/snap-to.html b/demos/draggable/snap-to.html index 20b6a2309..db72cc37e 100644 --- a/demos/draggable/snap-to.html +++ b/demos/draggable/snap-to.html @@ -55,9 +55,9 @@
-

Snap the draggable to the inner or outer boundaries of a DOM element. Use the snap, snapMode (inner, outer, both), and snapTolerance (distance in pixels the draggable must be from the element when snapping is invoked) options.

+

Snap the draggable to the inner or outer boundaries of a DOM element. Use the snap, snapMode (inner, outer, both), and snapTolerance (distance in pixels the draggable must be from the element when snapping is invoked) options.

-

Or snap the draggable to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+

Or snap the draggable to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

diff --git a/demos/draggable/visual-feedback.html b/demos/draggable/visual-feedback.html index 88b538714..3a5ce0146 100644 --- a/demos/draggable/visual-feedback.html +++ b/demos/draggable/visual-feedback.html @@ -64,9 +64,9 @@
-

Provide feedback to users as they drag an object in the form of a helper. The helper option accepts the values 'original' (the draggable object moves with the cursor), 'clone' (a duplicate of the draggable moves with the cursor), or a function that returns a DOM element (that element is shown near the cursor during drag). Control the helper's transparency with the opacity option.

+

Provide feedback to users as they drag an object in the form of a helper. The helper option accepts the values 'original' (the draggable object moves with the cursor), 'clone' (a duplicate of the draggable moves with the cursor), or a function that returns a DOM element (that element is shown near the cursor during drag). Control the helper's transparency with the opacity option.

-

To clarify which draggable is in play, bring the draggable in motion to front. Use the zindex option to set a higher z-index for the helper, if in play, or use the stack option to ensure that the last item dragged will appear on top of others in the same group on drag stop.

+

To clarify which draggable is in play, bring the draggable in motion to front. Use the zIndex option to set a higher z-index for the helper, if in play, or use the stack option to ensure that the last item dragged will appear on top of others in the same group on drag stop.

diff --git a/demos/droppable/accepted-elements.html b/demos/droppable/accepted-elements.html index 12c1db067..c5e034944 100644 --- a/demos/droppable/accepted-elements.html +++ b/demos/droppable/accepted-elements.html @@ -48,7 +48,7 @@
-

Specify using the accept option which element (or group of elements) is accepted by the target droppable.

+

Specify using the accept option which element (or group of elements) is accepted by the target droppable.

diff --git a/demos/droppable/propagation.html b/demos/droppable/propagation.html index 8d725a264..b8808ba01 100644 --- a/demos/droppable/propagation.html +++ b/demos/droppable/propagation.html @@ -64,7 +64,7 @@
-

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

+

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

diff --git a/demos/droppable/revert.html b/demos/droppable/revert.html index 1a67a4e96..8550667dc 100644 --- a/demos/droppable/revert.html +++ b/demos/droppable/revert.html @@ -48,7 +48,7 @@
-

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option set on the draggable.

+

Return the draggable (or it's helper) to its original location when dragging stops with the boolean revert option set on the draggable.

diff --git a/demos/droppable/visual-feedback.html b/demos/droppable/visual-feedback.html index a53c39eb1..31c8fb5c4 100644 --- a/demos/droppable/visual-feedback.html +++ b/demos/droppable/visual-feedback.html @@ -63,7 +63,7 @@
-

Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the hoverClass or activeClass options to specify respective classes.

+

Change the droppable's appearance on hover, or when the droppable is active (an acceptable draggable is dropped on it). Use the hoverClass or activeClass options to specify respective classes.

diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html index 3b7bd25f3..0b9e9a0de 100644 --- a/demos/resizable/animate.html +++ b/demos/resizable/animate.html @@ -31,7 +31,7 @@
-

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

+

Animate the resize action using the animate option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.

diff --git a/demos/resizable/aspect-ratio.html b/demos/resizable/aspect-ratio.html index 62324f46f..774222567 100644 --- a/demos/resizable/aspect-ratio.html +++ b/demos/resizable/aspect-ratio.html @@ -30,7 +30,7 @@
-

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

+

Maintain the existing aspect ratio or set a new one to constrain the proportions on resize. Set the aspectRatio option to true, and optionally pass in a new ratio (i.e., 4/3)

diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html index 7483e2219..9fc165ad0 100644 --- a/demos/resizable/constrain-area.html +++ b/demos/resizable/constrain-area.html @@ -35,7 +35,7 @@
-

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+

Define the boundaries of the resizable area. Use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

diff --git a/demos/resizable/delay-start.html b/demos/resizable/delay-start.html index 2133c8e91..38f7cb6a7 100644 --- a/demos/resizable/delay-start.html +++ b/demos/resizable/delay-start.html @@ -42,7 +42,7 @@
-

Delay the start of resizng for a number of milliseconds with the delay option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the distance option.

+

Delay the start of resizng for a number of milliseconds with the delay option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the distance option.

diff --git a/demos/resizable/max-min.html b/demos/resizable/max-min.html index 8df70bc3d..ff3fc63d7 100644 --- a/demos/resizable/max-min.html +++ b/demos/resizable/max-min.html @@ -33,7 +33,7 @@
-

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

+

Limit the resizable element to a maximum or minimum height or width using the maxHeight, maxWidth, minHeight, and minWidth options.

diff --git a/demos/resizable/snap-to-grid.html b/demos/resizable/snap-to-grid.html index ad8d66215..9365ade2e 100644 --- a/demos/resizable/snap-to-grid.html +++ b/demos/resizable/snap-to-grid.html @@ -30,7 +30,7 @@
-

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

+

Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the grid option.

diff --git a/demos/resizable/synchronous-resize.html b/demos/resizable/synchronous-resize.html index a2d79afd8..e72cff954 100644 --- a/demos/resizable/synchronous-resize.html +++ b/demos/resizable/synchronous-resize.html @@ -37,7 +37,7 @@
-

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

+

Resize multiple elements simultaneously by clicking and dragging the sides of one. Pass a shared selector into the alsoResize option.

diff --git a/demos/resizable/visual-feedback.html b/demos/resizable/visual-feedback.html index fa53a2e56..11692c39c 100644 --- a/demos/resizable/visual-feedback.html +++ b/demos/resizable/visual-feedback.html @@ -31,7 +31,7 @@
-

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

+

Instead of showing the actual element during resize, set the ghost option to true to show a semi-transparent part of the element.

diff --git a/demos/selectable/serialize.html b/demos/selectable/serialize.html index ebddf8f67..503ff7579 100644 --- a/demos/selectable/serialize.html +++ b/demos/selectable/serialize.html @@ -49,7 +49,7 @@ You've selected: none.
-

Write a function that fires on the stop event to collect the index values of selected items. Present values as feedback, or pass as a data string.

+

Write a function that fires on the stop event to collect the index values of selected items. Present values as feedback, or pass as a data string.

diff --git a/demos/slider/range-vertical.html b/demos/slider/range-vertical.html index 37f5c601e..d43abcd37 100644 --- a/demos/slider/range-vertical.html +++ b/demos/slider/range-vertical.html @@ -39,7 +39,7 @@
-

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+

Change the orientation of the range slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

diff --git a/demos/slider/range.html b/demos/slider/range.html index dfb1aa1a7..ec7a4efba 100644 --- a/demos/slider/range.html +++ b/demos/slider/range.html @@ -40,7 +40,7 @@
-

Set the range option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.

+

Set the range option to true to capture a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected.

diff --git a/demos/slider/rangemax.html b/demos/slider/rangemax.html index a1c9c1ae5..682ac6341 100644 --- a/demos/slider/rangemax.html +++ b/demos/slider/rangemax.html @@ -39,7 +39,7 @@
-

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

+

Fix the maximum value of the range slider so that the user can only select a minimum. Set the range option to "max."

diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html index 29308894f..f8388a148 100644 --- a/demos/slider/rangemin.html +++ b/demos/slider/rangemin.html @@ -40,7 +40,7 @@
-

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

+

Fix the minimum value of the range slider so that the user can only select a maximum. Set the range option to "min."

diff --git a/demos/slider/slider-vertical.html b/demos/slider/slider-vertical.html index 1cc7fbcfd..e02736fa3 100644 --- a/demos/slider/slider-vertical.html +++ b/demos/slider/slider-vertical.html @@ -41,7 +41,7 @@
-

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

+

Change the orientation of the slider to vertical. Assign a height value via .height() or by setting the height through CSS, and set the orientation option to "vertical."

diff --git a/demos/slider/steps.html b/demos/slider/steps.html index 3177cd75b..68b366784 100644 --- a/demos/slider/steps.html +++ b/demos/slider/steps.html @@ -40,7 +40,7 @@
-

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

+

Increment slider values with the step option set to an integer, commonly a dividend of the slider's maximum value. The default increment is 1.

diff --git a/demos/sortable/default.html b/demos/sortable/default.html index 1908967e7..3c32a765c 100644 --- a/demos/sortable/default.html +++ b/demos/sortable/default.html @@ -38,7 +38,7 @@

Enable a group of DOM elements to be sortable. Click on and drag an element to a new spot within the list, and the other items will adjust to - fit. By default, sortable items share draggable properties. + fit. By default, sortable items share draggable properties.

diff --git a/demos/tabs/collapsible.html b/demos/tabs/collapsible.html index ba1b2b412..4c2646d15 100644 --- a/demos/tabs/collapsible.html +++ b/demos/tabs/collapsible.html @@ -43,7 +43,7 @@
-

Click the selected tab to toggle its content closed/open. To enable this functionality, set the deselectable option to true.

+

Click the selected tab to toggle its content closed/open. To enable this functionality, set the deselectable option to true.

deselectable: true
 
diff --git a/demos/tabs/mouseover.html b/demos/tabs/mouseover.html index 3686cf7f1..0fab363e5 100644 --- a/demos/tabs/mouseover.html +++ b/demos/tabs/mouseover.html @@ -41,7 +41,7 @@
-

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

+

Toggle sections open/closed on mouseover with the event option. The default value for event is "click."

event: 'mouseover'