Skip to content

Commit 7756834

Browse files
committed
Demos: Fixed titles.
1 parent ec60dcd commit 7756834

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

demos/position/cycler.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 Position - Default functionality</title>
5+
<title>jQuery UI Position - Image Cycler</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/spinner/currency.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 Spinner - Default functionality</title>
5+
<title>jQuery UI Spinner - Currency</title>
66
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
77
<script src="../../jquery-1.8.2.js"></script>
88
<script src="../../external/jquery.mousewheel.js"></script>

demos/tooltip/custom-style.html

Lines changed: 2 additions & 2 deletions
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 functionality</title>
5+
<title>jQuery UI Tooltip - Custom Styling</title>
66
<link rel="stylesheet" href="../../themes/base/jquery.ui.tooltip.css">
77
<script src="../../jquery-1.8.2.js"></script>
88
<script src="../../ui/jquery.ui.core.js"></script>
@@ -85,7 +85,7 @@
8585
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
8686
will also style tooltips accordingly.</p>
8787
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
88-
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>
88+
<p><label for="age">Your age:</label> <input id="age" title="We ask for your age only for statistical purposes."></p>
8989
<p>Hover the field to see the tooltip.</p>
9090

9191
<div class="demo-description">

0 commit comments

Comments
 (0)