diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-04-13 11:11:04 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-04-13 11:11:04 -0400 |
commit | 72850b3aa196453aa79fb16fbf73023cdbce7790 (patch) | |
tree | 20ed45eb27205a3c583b1d670add3d8c46dfbd0d /index.html | |
parent | 84e39e8d2e6172242dcfc05dca2c2e1cf630c89d (diff) | |
parent | decb0d91ed6603c6cff9fac83130b5237938b98f (diff) | |
download | jQuery-Timepicker-Addon-72850b3aa196453aa79fb16fbf73023cdbce7790.zip jQuery-Timepicker-Addon-72850b3aa196453aa79fb16fbf73023cdbce7790.tar.gz jQuery-Timepicker-Addon-72850b3aa196453aa79fb16fbf73023cdbce7790.tar.bz2 |
Merge branch 'dev'
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -93,7 +93,12 @@ <h2>Getting Started</h2> <h3>Highly Recommended</h3> + <a href="http://trentrichardson.com/ebooks/handling-time/" title="Handling Time eBook"><img src="http://trentrichardson.com/wp-content/uploads/2013/04/time-book-titlepage.jpg" alt="Handling Time eBook" style="float:left;width:100px;margin:0 15px 15px 0;" /></a> + <h4>Handling Time eBook</h4> + <p>Check out the <a href="http://trentrichardson.com/ebooks/handling-time/" title="Handling Time eBook">Handling Time eBook</a> to learn from the basic setup to advanced i18n usage, and from client's javascript to the server's database.</p> + <h4>Subscribe to Blog and Twitter</h4> <p><a href="http://trentrichardson.com" title="Subscribe to TrentRichardson.com via email">Subscribe to my blog via email</a> and follow <a href="http://twitter.com/practicalweb" title="Follow Me on Twitter">@PracticalWeb</a> on Twitter. I post for nearly every new version, so you know about updates.</p> + <div class="clear"></div> <h3>Download</h3> <p><a href="jquery-ui-timepicker-addon.js" title="Download Timepicker Addon">Download Timepicker Addon</a></p> @@ -122,7 +127,7 @@ <h3>Version</h3> - <p>Version 1.2.1</p> + <p>Version 1.2.2</p> <p>Last updated on 04/06/2013</p> <p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. </p> @@ -343,7 +348,7 @@ <dd><em>Default: true</em> - Whether to show the timepicker within the datepicker.</dd> <dt>addSliderAccess</dt> - <dd><em>Default: false</em> - Adds the <a href="http://trentrichardson.com/2011/11/11/jquery-ui-sliders-and-touch-accessibility/" title="jQueryUI Slider Access Plugin">sliderAccess plugin</a> to sliders within timepicker</dd> + <dd><em>Default: false</em> - Adds the <a href="http://trentrichardson.com/examples/jQuery-SliderAccess/" title="jQueryUI Slider Access Plugin">sliderAccess plugin</a> to sliders within timepicker</dd> <dt>sliderAccessArgs</dt> <dd><em>Default: null</em> - Object to pass to sliderAccess when used.</dd> |