Skip to content

Commit 1bc6cad

Browse files
updates jquery version and docs
1 parent b259cff commit 1bc6cad

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

index.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333

3434
.example-container{ background-color: #f4f4f4; border-bottom: solid 2px #777777; margin: 0 0 20px 40px; padding: 20px; }
3535
.example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; }
36+
.ebook{}
37+
.ebook img.ebookimg{ float: left; margin: 0 15px 15px 0; width: 100px; }
38+
.ebook .buyp a iframe{ margin-bottom: -5px; }
3639
</style>
3740

3841
<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>Donation</h2>
7881
<h2>Getting Started</h2>
7982

8083
<h3>Highly Recommended</h3>
81-
<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>
84+
8285
<h4>Handling Time eBook</h4>
83-
<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>
84-
<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
85-
<br />
86-
<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
87-
<div class="clear"></div>
86+
<div class="ebook">
87+
<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>
88+
<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>
89+
<p class="buyp"><a href="https://sellfy.com/p/LvAG" id="LvAG" class="sellfy-buy-button">buy</a> eBook</p>
90+
<p class="buyp"><a href="https://sellfy.com/p/8gxZ" id="8gxZ" class="sellfy-buy-button">buy</a> eBook + Example code</p>
91+
<p class="buyp"><a href="http://gum.co/ZWYO" class="gumroad-button">Handling Time</a></p>
92+
<div class="clear"></div>
93+
</div>
8894

8995
<h4>Subscribe to Blog and Twitter</h4>
9096
<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 @@ <h3 id="utility_examples">Utilities</h3>
934940
</div>
935941

936942

937-
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
943+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
938944
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
939945
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
940946
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>
947+
941948
<script type="text/javascript">
942949

943950
$(function(){
@@ -949,6 +956,9 @@ <h3 id="utility_examples">Utilities</h3>
949956
});
950957

951958
</script>
959+
960+
<script type="text/javascript" src="https://sellfy.com/js/api_buttons.js"></script>
961+
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
952962

953963
<script type="text/javascript"> /*
954964
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

0 commit comments

Comments
 (0)