aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/inline.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:42:58 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:42:58 +0000
commitf2fb805e1832dd579bac7fa7171192028e6b0c32 (patch)
tree9518c99d5643c714f0fb1054b67bdda98ab465c2 /demos/datepicker/inline.html
parent986505846ed27d34962353a967d1689cbdda4969 (diff)
downloadjquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.tar.gz
jquery-ui-f2fb805e1832dd579bac7fa7171192028e6b0c32.zip
updated the demo captions, and reordered the examples navigation
Diffstat (limited to 'demos/datepicker/inline.html')
-rw-r--r--demos/datepicker/inline.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html
index d5170916e..f71525124 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 - Inline Demo</title>
+ <title>jQuery UI Datepicker - Display inline</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -23,10 +23,7 @@ Date: <div id="datepicker" /></div>
<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() on a div instead of an input.
-</p>
+<p>Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.</p>
</div><!-- End demo-description -->