aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/inline.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 16:45:42 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 16:45:42 +0000
commit8ea536f5c9c82ced4d682f5d7a1904da55fc430d (patch)
treead01c8725fe287df36e6d1c74a2074fb3873632f /demos/datepicker/inline.html
parent7b36620e6cd651cbf36904e853330fb752a207eb (diff)
downloadjquery-ui-8ea536f5c9c82ced4d682f5d7a1904da55fc430d.tar.gz
jquery-ui-8ea536f5c9c82ced4d682f5d7a1904da55fc430d.zip
Added wrappers for demo and description for each page.
Diffstat (limited to 'demos/datepicker/inline.html')
-rw-r--r--demos/datepicker/inline.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html
index 0221bfbbf..2ff26e32e 100644
--- a/demos/datepicker/inline.html
+++ b/demos/datepicker/inline.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Datepicker - Default Demo</title>
+ <title>jQuery UI Datepicker - Inline Demo</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.2.6.js"></script>
@@ -16,7 +16,19 @@
<body>
+<div class="demo">
+
Date: <div id="date123" /></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>
+
+</div><!-- End demo-description -->
+
</body>
</html>