summaryrefslogtreecommitdiffstats
path: root/dist/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/dist/index.html b/dist/index.html
index 3d1fa60..98ca2bd 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -124,9 +124,9 @@
<br />
<h3>Version</h3>
- <p>Version 1.4.4</p>
+ <p>Version 1.4.5</p>
- <p>Last updated on 2014-03-29</p>
+ <p>Last updated on 2014-05-26</p>
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
@@ -202,6 +202,9 @@
<dt>altTimeFormat</dt>
<dd><em>Default: (timeFormat option)</em> - The time format to use with the altField.</dd>
+
+ <dt>altRedirectFocus</dt>
+ <dd><em>Default: true</em> - Whether to immediately focus the main field whenever the altField receives focus. Effective at construction time only, changing it later has no effect.</dd>
</dl>
<h3>Timezone Options</h3>
@@ -948,7 +951,7 @@ $('#utility_example_3').text(JSON.stringify(
</div>
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>