From d47cb6f315598c80038f3e7d5f37e012be2ac6d8 Mon Sep 17 00:00:00 2001 From: Trent Richardson Date: Sun, 16 Sep 2012 10:32:21 -0400 Subject: [PATCH 1/9] Fix jsmin error --- jquery-ui-timepicker-addon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index eee7174..3fbd7b5 100644 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -480,7 +480,7 @@ borderCollapse: 'collapse' }).find("td").click(function(e){ var $t = $(this), - h = $t.html() + h = $t.html(), f = $t.data('for'); // loses scope, so we use data-for if (f == 'hour' && o.ampm) { From 23a7a882b7c3158b88a7f9e48313088f6e051fa5 Mon Sep 17 00:00:00 2001 From: Trent Richardson Date: Sat, 29 Sep 2012 14:41:42 -0400 Subject: [PATCH 2/9] Update last updated date --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4a24fb7..c29a3de 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@

Requirements

Version

Version 1.0.4

-

Last updated on 09/15/2012

+

Last updated on 09/29/2012

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.

GPL License

MIT License

From 6e2d61679c68f0425b2eea5350fae12895ba7174 Mon Sep 17 00:00:00 2001 From: Trent Richardson Date: Sun, 5 May 2013 10:43:58 -0400 Subject: [PATCH 3/9] Updates docs --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index cd5ce08..cf02064 100644 --- a/index.html +++ b/index.html @@ -96,6 +96,9 @@

Highly Recommended

Handling Time eBook

Handling Time eBook

Check out the Handling Time eBook to learn from the basic setup to advanced i18n usage, and from client's javascript to the server's database.

+ buy +
+

Subscribe to Blog and Twitter

Subscribe to my blog via email and follow @PracticalWeb on Twitter. I post for nearly every new version, so you know about updates.

From ce3acd87971f04be08c0a7c2cbb18a25acf891c0 Mon Sep 17 00:00:00 2001 From: Trent Richardson Date: Tue, 28 May 2013 15:10:12 -0400 Subject: [PATCH 4/9] Updates docs --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cf02064..e3056a4 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,9 @@

Highly Recommended

Handling Time eBook

Handling Time eBook

Check out the Handling Time eBook to learn from the basic setup to advanced i18n usage, and from client's javascript to the server's database.

- buy + buy on Sellfy with Paypal +
+ Handling Time on Gumroad with Credit Card

Subscribe to Blog and Twitter

From 84e18084022ec76ab43d76f89c2bc1980412a976 Mon Sep 17 00:00:00 2001 From: Trent Richardson Date: Sat, 8 Jun 2013 09:58:37 -0400 Subject: [PATCH 5/9] Updates docs --- index.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index e3056a4..43db269 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; } @@ -93,13 +96,16 @@

Donation

Getting Started

Highly Recommended

- Handling Time eBook +

Handling Time eBook

-

Check out the Handling Time eBook to learn from the basic setup to advanced i18n usage, and from client's javascript to the server's database.

- buy on Sellfy with Paypal -
- Handling Time on Gumroad with Credit Card -
+
+

Check out the Handling Time eBook to learn from the basic setup to advanced i18n usage, and from client's javascript to the server's database.

+ Handling Time eBook +

buy eBook

+

buy eBook + Example code

+

Handling Time

+
+

Subscribe to Blog and Twitter

Subscribe to my blog via email and follow @PracticalWeb on Twitter. I post for nearly every new version, so you know about updates.

@@ -947,6 +953,10 @@

Utilities

+ + + +