Skip to content

Commit 88bfb75

Browse files
committed
Cleanup demos: Copy&paste errors in titles, bad descriptions or styling
1 parent eaadcc0 commit 88bfb75

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

demos/droppable/shopping-cart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1 class="ui-widget-header">Shopping Cart</h1>
8888
</div>
8989

9090
<div class="demo-description">
91-
<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>
91+
<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>
9292
</div>
9393
</body>
9494
</html>

demos/position/cycler.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<script src="../../ui/jquery.ui.position.js"></script>
1111
<link rel="stylesheet" href="../demos.css">
1212
<style>
13+
body {
14+
margin: 0;
15+
}
1316
#container {
1417
overflow: hidden;
1518
position: relative;
@@ -96,10 +99,9 @@
9699
</div>
97100

98101
<div class="demo-description">
99-
<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.
102+
<p>A photoviewer prototype using Position to place images at the center, left and right and cycle them.
100103
<br>Use the links at the top to cycle, or click on the images on the left and right.
101104
<br>Note how the images are repositioned when resizing the window.
102-
<br>Warning: Doesn't currently work inside the demo viewer; open in a new window instead!</p>
103105
</div>
104106
</body>
105107
</html>

demos/slider/hotelrooms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>jQuery UI Slider - Range with fixed minimum</title>
5+
<title>jQuery UI Slider - Slider bound to select</title>
66
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
77
<script src="../../jquery-1.8.2.js"></script>
88
<script src="../../ui/jquery.ui.core.js"></script>

demos/tooltip/forms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>jQuery UI Tooltip - Default demo</title>
5+
<title>jQuery UI Tooltip - Forms</title>
66
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
77
<script src="../../jquery-1.8.2.js"></script>
88
<script src="../../ui/jquery.ui.core.js"></script>

0 commit comments

Comments
 (0)