diff options
-rw-r--r-- | demos/droppable/shopping-cart.html | 2 | ||||
-rw-r--r-- | demos/position/cycler.html | 6 | ||||
-rw-r--r-- | demos/slider/hotelrooms.html | 2 | ||||
-rw-r--r-- | demos/tooltip/forms.html | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/demos/droppable/shopping-cart.html b/demos/droppable/shopping-cart.html index 60468aab7..7c33a3d4b 100644 --- a/demos/droppable/shopping-cart.html +++ b/demos/droppable/shopping-cart.html @@ -88,7 +88,7 @@ </div> <div class="demo-description"> -<p>Demonstrate how to use an accordion to structure products into a catalog and make use drag and drop for adding them to a shopping cart, where they are sortable.</p> +<p>Demonstrate how to use an accordion to structure products into a catalog and make use of drag and drop for adding them to a shopping cart, where they are sortable.</p> </div> </body> </html> diff --git a/demos/position/cycler.html b/demos/position/cycler.html index 2c421211f..dc9c8a0bd 100644 --- a/demos/position/cycler.html +++ b/demos/position/cycler.html @@ -10,6 +10,9 @@ <script src="../../ui/jquery.ui.position.js"></script> <link rel="stylesheet" href="../demos.css"> <style> + body { + margin: 0; + } #container { overflow: hidden; position: relative; @@ -96,10 +99,9 @@ </div> <div class="demo-description"> -<p>A prototype for the <a href="http://wiki.jqueryui.com/Photoviewer">Photoviewer</a> using Position to place images at the center, left and right and cycle them. +<p>A photoviewer prototype using Position to place images at the center, left and right and cycle them. <br>Use the links at the top to cycle, or click on the images on the left and right. <br>Note how the images are repositioned when resizing the window. -<br>Warning: Doesn't currently work inside the demo viewer; open in a new window instead!</p> </div> </body> </html> diff --git a/demos/slider/hotelrooms.html b/demos/slider/hotelrooms.html index d866261b5..05675e1fa 100644 --- a/demos/slider/hotelrooms.html +++ b/demos/slider/hotelrooms.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>jQuery UI Slider - Range with fixed minimum</title> + <title>jQuery UI Slider - Slider bound to select</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.8.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> diff --git a/demos/tooltip/forms.html b/demos/tooltip/forms.html index da3affa2d..0aef106c9 100644 --- a/demos/tooltip/forms.html +++ b/demos/tooltip/forms.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>jQuery UI Tooltip - Default demo</title> + <title>jQuery UI Tooltip - Forms</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.8.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> |