Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Fix to text about datepicker. #8395

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions demos/datepicker/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<p>This demo uses the jQuery UI Datepicker widget combined with a 3rd party wrapper to make this work with jQuery Mobile. This widget has all the same options and methods as the jQuery UI widget.</p>

<p>For documentation on the Datepicker widget please see jQuery UI API docs <a href="http://api.jqueryui.com/datepicker/">http://api.jqueryui.com/datepicker/</a>.</p>
<p>For documentation on the Datepicker widget, please see jQuery UI API docs <a href="http://api.jqueryui.com/datepicker/">http://api.jqueryui.com/datepicker/</a>.</p>

<p>For information and support on the jQuery Mobile Wrapper please see <a href="https://github.com/arschmitz/jquery-mobile-datepicker-wrapper">https://github.com/arschmitz/jquery-mobile-datepicker-wrapper</a>.</p>

Expand All @@ -43,7 +43,9 @@
<input type="text" data-role="date">
</div>

<p> The Popup does not always position well for use on small screens and mobile devices there for the wrapper adds an inline option this option makes the calendar for the datepicker show up inline after the input which it is called on avoiding the issues related to popups</p>
<p> The popup does not always position itself appropriately when used on small screens and mobile devices.
Therefore, the wrapper adds an *inline* option which makes the calendar appear inline after the input.
This should hopefully help avoid issues related to popups that can occur in these situations.</p>

<h2>Inline Datepicker</h2>

Expand Down