summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-06-08 10:02:52 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-06-08 10:02:52 -0400
commit1bc6cad4f978f3f3dcf2d604d01ed0b3fb72cfbc (patch)
tree2b127b8b1d6144dbc67e36a596820bb66e458755
parentb259cffbff2eda70908467543e5276d7c1874358 (diff)
downloadjQuery-Timepicker-Addon-1bc6cad4f978f3f3dcf2d604d01ed0b3fb72cfbc.zip
jQuery-Timepicker-Addon-1bc6cad4f978f3f3dcf2d604d01ed0b3fb72cfbc.tar.gz
jQuery-Timepicker-Addon-1bc6cad4f978f3f3dcf2d604d01ed0b3fb72cfbc.tar.bz2
updates jquery version and docs
-rw-r--r--index.html24
1 files changed, 17 insertions, 7 deletions
diff --git a/index.html b/index.html
index f910ef4..d8aca24 100644
--- a/index.html
+++ b/index.html
@@ -33,6 +33,9 @@
.example-container{ background-color: #f4f4f4; border-bottom: solid 2px #777777; margin: 0 0 20px 40px; padding: 20px; }
.example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; }
+ .ebook{}
+ .ebook img.ebookimg{ float: left; margin: 0 15px 15px 0; width: 100px; }
+ .ebook .buyp a iframe{ margin-bottom: -5px; }
</style>
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
@@ -78,13 +81,16 @@
<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>
- <a href="https://sellfy.com/p/8gxZ" id="8gxZ" class="sellfy-buy-button">buy</a><script type="text/javascript" src="https://sellfy.com/js/api_buttons.js"></script> on Sellfy with Paypal
- <br />
- <a href="http://gum.co/ZWYO" class="gumroad-button">Handling Time</a><script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script> on Gumroad with Credit Card
- <div class="clear"></div>
+ <div class="ebook">
+ <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>
+ <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>
+ <p class="buyp"><a href="https://sellfy.com/p/LvAG" id="LvAG" class="sellfy-buy-button">buy</a> eBook</p>
+ <p class="buyp"><a href="https://sellfy.com/p/8gxZ" id="8gxZ" class="sellfy-buy-button">buy</a> eBook + Example code</p>
+ <p class="buyp"><a href="http://gum.co/ZWYO" class="gumroad-button">Handling Time</a></p>
+ <div class="clear"></div>
+ </div>
<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>
@@ -934,10 +940,11 @@ $('#utility_example_3').text(JSON.stringify(
</div>
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/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>
+
<script type="text/javascript">
$(function(){
@@ -949,6 +956,9 @@ $('#utility_example_3').text(JSON.stringify(
});
</script>
+
+ <script type="text/javascript" src="https://sellfy.com/js/api_buttons.js"></script>
+ <script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
<script type="text/javascript"> /*
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");