]> source.dussan.org Git - jquery-ui.git/commitdiff
Cleanup demos: Copy&paste errors in titles, bad descriptions or styling
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Wed, 24 Oct 2012 15:40:06 +0000 (11:40 -0400)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Wed, 24 Oct 2012 16:47:01 +0000 (12:47 -0400)
demos/droppable/shopping-cart.html
demos/position/cycler.html
demos/slider/hotelrooms.html
demos/tooltip/forms.html

index 60468aab7f1a03ddbea548100c724af71195c9c5..7c33a3d4b54c42013a21725a46fb504815d69b73 100644 (file)
@@ -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>
index 2c421211f8aeb08986a82a87cf705ea3accf4020..dc9c8a0bd358a8134454c0330e4b8d79d29bc10f 100644 (file)
@@ -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;
 </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>
index d866261b5121202abd8c01f9e95e1271533579bf..05675e1fa088b64c89f9da5720ea21a58f6038d8 100644 (file)
@@ -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>
index da3affa2d3ce7842f6b807e7c582a2c6a4115baa..0aef106c99097f4bb96e572fe77ad2205e310336 100644 (file)
@@ -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>