aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/inline.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-01 00:27:45 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-01 00:27:45 +0000
commitdb5edc794f7b9479cd02a05d0fe0d690b71ffaf7 (patch)
treef3dc177b199381840bb0d9ba0ec57ee307527a2e /demos/datepicker/inline.html
parent48af692c1bc73e132dd7f140e45c422ee5dc05a1 (diff)
downloadjquery-ui-db5edc794f7b9479cd02a05d0fe0d690b71ffaf7.tar.gz
jquery-ui-db5edc794f7b9479cd02a05d0fe0d690b71ffaf7.zip
demos: touch up
Diffstat (limited to 'demos/datepicker/inline.html')
-rw-r--r--demos/datepicker/inline.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html
index 5682f455e..7139cf9b0 100644
--- a/demos/datepicker/inline.html
+++ b/demos/datepicker/inline.html
@@ -9,24 +9,24 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript">
$(function() {
- $("#date123").datepicker();
+ $("#datepicker").datepicker();
});
</script>
</head>
<body>
-
<div class="demo">
-Date: <div id="date123" /></div>
+Date: <div id="datepicker" /></div>
</div><!-- End demo -->
-
-
<div class="demo-description">
-<p>This is an example of an inline date picker that is embedded in the page instead of opening in an overlay. This is done by calling .datepicker() in a div instead of an input.</p>
+<p>
+This is an example of an inline date picker that is embedded in the page instead of opening in an overlay.
+This is done by calling .datepicker() on a div instead of an input.
+</p>
</div><!-- End demo-description -->