diff options
Diffstat (limited to 'demos/datepicker')
-rw-r--r-- | demos/datepicker/alt-field.html | 2 | ||||
-rw-r--r-- | demos/datepicker/animation.html | 4 | ||||
-rw-r--r-- | demos/datepicker/date-formats.html | 4 | ||||
-rw-r--r-- | demos/datepicker/date-range.html | 4 | ||||
-rw-r--r-- | demos/datepicker/localization.html | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/demos/datepicker/alt-field.html b/demos/datepicker/alt-field.html index 779325719..be00e0d73 100644 --- a/demos/datepicker/alt-field.html +++ b/demos/datepicker/alt-field.html @@ -16,7 +16,7 @@ </head> <body> -<p>Date: <input type="text" id="datepicker"> <input type="text" id="alternate" size="30"/></p> +<p>Date: <input type="text" id="datepicker"> <input type="text" id="alternate" size="30"></p> <div class="demo-description"> <p>Populate an alternate field with its own date format whenever a date is selected using the <code>altField</code> and <code>altFormat</code> options. This feature could be used to present a human-friendly date for user selection, while passing a more computer-friendly date through for further processing.</p> diff --git a/demos/datepicker/animation.html b/demos/datepicker/animation.html index 7daf4bc6c..9f20632e3 100644 --- a/demos/datepicker/animation.html +++ b/demos/datepicker/animation.html @@ -16,9 +16,9 @@ </head> <body> -<p>Date: <input type="text" id="datepicker" size="30"/></p> +<p>Date: <input type="text" id="datepicker" size="30"></p> -<p>Animations:<br /> +<p>Animations:<br> <select id="anim"> <option value="show">Show (default)</option> <option value="slideDown">Slide down</option> diff --git a/demos/datepicker/date-formats.html b/demos/datepicker/date-formats.html index 5e738b4ab..1736fabd9 100644 --- a/demos/datepicker/date-formats.html +++ b/demos/datepicker/date-formats.html @@ -16,9 +16,9 @@ </head> <body> -<p>Date: <input type="text" id="datepicker" size="30"/></p> +<p>Date: <input type="text" id="datepicker" size="30"></p> -<p>Format options:<br /> +<p>Format options:<br> <select id="format"> <option value="mm/dd/yy">Default - mm/dd/yy</option> <option value="yy-mm-dd">ISO 8601 - yy-mm-dd</option> diff --git a/demos/datepicker/date-range.html b/demos/datepicker/date-range.html index 17581e1eb..e3cc20245 100644 --- a/demos/datepicker/date-range.html +++ b/demos/datepicker/date-range.html @@ -42,9 +42,9 @@ <body> <label for="from">From</label> -<input type="text" id="from" name="from"/> +<input type="text" id="from" name="from"> <label for="to">to</label> -<input type="text" id="to" name="to"/> +<input type="text" id="to" name="to"> <div class="demo-description"> <p>Select the date range to search for.</p> diff --git a/demos/datepicker/localization.html b/demos/datepicker/localization.html index 69835931a..5e9a6cfaf 100644 --- a/demos/datepicker/localization.html +++ b/demos/datepicker/localization.html @@ -17,7 +17,7 @@ </head> <body> -<p>Date: <input type="text" id="datepicker"/> +<p>Date: <input type="text" id="datepicker"> <select id="locale"> <option value="ar">Arabic (‫(العربية</option> <option value="zh-TW">Chinese Traditional (繁體中文)</option> |