Skip to content

Commit 547daae

Browse files
Prepare new release
1 parent d692c7a commit 547daae

8 files changed

+42
-45
lines changed

dist/i18n/jquery-ui-timepicker-addon-i18n.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.6.2 - 2015-11-14
1+
/*! jQuery Timepicker Addon - v1.6.2 - 2016-04-20
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
44

dist/i18n/jquery-ui-timepicker-addon-i18n.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

+18-19
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2-
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3-
<head>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5-
<title>Adding a Timepicker to jQuery UI Datepicker</title>
5+
<title>Adding a Timepicker to jQuery UI Datepicker</title>
66
<meta name="Description" content="jQuery Timepicker Addon. Add a timepicker to your jQuery UI Datepicker. With options to show only time, format time, and much more." />
77
<meta name="Keywords" content="jQuery, UI, datepicker, timepicker, datetime, time, format" />
8-
9-
<style type="text/css">
8+
9+
<style type="text/css">
1010
body,img,p,h1,h2,h3,h4,h5,h6,form,table,td,ul,ol,li,dl,dt,dd,pre,blockquote,fieldset,label{
1111
margin:0;
1212
padding:0;
@@ -30,29 +30,27 @@
3030
#tabs{ margin: 20px -20px; border: none; }
3131
#tabs, #ui-datepicker-div, .ui-datepicker{ font-size: 85%; }
3232
.clear{ clear: both; }
33-
33+
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; }
3636
.ebook{}
3737
.ebook img.ebookimg{ float: left; margin: 0 15px 15px 0; width: 100px; }
3838
.ebook .buyp a iframe{ margin-bottom: -5px; }
39-
</style>
40-
39+
</style>
40+
4141
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" />
4242
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
43-
44-
</head>
45-
<body>
43+
44+
</head>
45+
<body>
4646
<div class="wrapper">
47-
<h1>Adding a Timepicker to jQuery UI Datepicker</h1>
48-
47+
<h1>Adding a Timepicker to jQuery UI Datepicker</h1>
48+
4949
<p>The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these. In addition all datepicker options are still available through the timepicker addon.</p>
50-
50+
5151
<p>If you are interested in contributing to Timepicker Addon please <a href="http://github.com/trentrichardson/jQuery-Timepicker-Addon" title="Check out Timepicker on GitHub">check it out on GitHub</a>. If you do make additions please keep in mind I enjoy tabs over spaces,.. But contributions are welcome in any form.</p>
52-
52+
5353
<p><a href="http://trentrichardson.com" title="Back to Blog">Back to Blog</a> or <a href="http://twitter.com/practicalweb" title="Follow Me on Twitter">Follow on Twitter</a></p>
54-
55-
<a href="http://carbounce.com" title="Car Bounce" style="float: right;display: inline-block;width:380px;padding: 10px;background-color: #fbfbfb;border: dotted 4px #e8e8e8;color: #9EC45F;font-size: 16px;text-decoration:none;letter-spacing:1px;"><img src="http://carbounce.com/img/logo_small.png" alt="Car Bounce" align="left" style="margin-right: 20px;"/>Try my new app to keep you informed of your car's financing status and value.</a>
5654

5755
<h2>Donation</h2>
5856
<p>Has this Timepicker Addon been helpful to you?</p>
@@ -73,6 +71,7 @@ <h2>Donation</h2>
7371
<li><a href="#tp-localization" title="Examples">Localization</a></li>
7472
<li><a href="#tp-examples" title="Examples">Examples</a></li>
7573
</ul>
74+
7675
<!-- ############################################################################# -->
7776
<!-- Getting Started
7877
<!-- ############################################################################# -->
@@ -115,7 +114,7 @@ <h3>Requirements</h3>
115114
<h3>Version</h3>
116115
<p>Version 1.6.2</p>
117116

118-
<p>Last updated on 2015-11-14</p>
117+
<p>Last updated on 2016-04-20</p>
119118
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
120119
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
121120

dist/jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.6.2 - 2015-11-14
1+
/*! jQuery Timepicker Addon - v1.6.2 - 2016-04-20
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
44
(function (factory) {

dist/jquery-ui-timepicker-addon.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-ui-timepicker-addon.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery-ui-timepicker-addon.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery Timepicker Addon",
44
"description": "A timepicker addon for jQueryUI datepicker.",
55
"version": "1.6.2",
6-
"modified": "2015-11-14",
6+
"modified": "2016-04-20",
77
"homepage": "http://trentrichardson.com/examples/timepicker",
88
"author": {
99
"name": "Trent Richardson",
@@ -25,4 +25,4 @@
2525
"jquery": "*"
2626
},
2727
"keywords": []
28-
}
28+
}

src/docs/header.html

+17-19
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2-
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3-
<head>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5-
<title>Adding a Timepicker to jQuery UI Datepicker</title>
5+
<title>Adding a Timepicker to jQuery UI Datepicker</title>
66
<meta name="Description" content="jQuery Timepicker Addon. Add a timepicker to your jQuery UI Datepicker. With options to show only time, format time, and much more." />
77
<meta name="Keywords" content="jQuery, UI, datepicker, timepicker, datetime, time, format" />
8-
9-
<style type="text/css">
8+
9+
<style type="text/css">
1010
body,img,p,h1,h2,h3,h4,h5,h6,form,table,td,ul,ol,li,dl,dt,dd,pre,blockquote,fieldset,label{
1111
margin:0;
1212
padding:0;
@@ -30,29 +30,27 @@
3030
#tabs{ margin: 20px -20px; border: none; }
3131
#tabs, #ui-datepicker-div, .ui-datepicker{ font-size: 85%; }
3232
.clear{ clear: both; }
33-
33+
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; }
3636
.ebook{}
3737
.ebook img.ebookimg{ float: left; margin: 0 15px 15px 0; width: 100px; }
3838
.ebook .buyp a iframe{ margin-bottom: -5px; }
39-
</style>
40-
39+
</style>
40+
4141
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" />
4242
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
43-
44-
</head>
45-
<body>
43+
44+
</head>
45+
<body>
4646
<div class="wrapper">
47-
<h1>Adding a Timepicker to jQuery UI Datepicker</h1>
48-
47+
<h1>Adding a Timepicker to jQuery UI Datepicker</h1>
48+
4949
<p>The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these. In addition all datepicker options are still available through the timepicker addon.</p>
50-
50+
5151
<p>If you are interested in contributing to Timepicker Addon please <a href="http://github.com/trentrichardson/jQuery-Timepicker-Addon" title="Check out Timepicker on GitHub">check it out on GitHub</a>. If you do make additions please keep in mind I enjoy tabs over spaces,.. But contributions are welcome in any form.</p>
52-
52+
5353
<p><a href="http://trentrichardson.com" title="Back to Blog">Back to Blog</a> or <a href="http://twitter.com/practicalweb" title="Follow Me on Twitter">Follow on Twitter</a></p>
54-
55-
<a href="http://carbounce.com" title="Car Bounce" style="float: right;display: inline-block;width:380px;padding: 10px;background-color: #fbfbfb;border: dotted 4px #e8e8e8;color: #9EC45F;font-size: 16px;text-decoration:none;letter-spacing:1px;"><img src="http://carbounce.com/img/logo_small.png" alt="Car Bounce" align="left" style="margin-right: 20px;"/>Try my new app to keep you informed of your car's financing status and value.</a>
5654

5755
<h2>Donation</h2>
5856
<p>Has this Timepicker Addon been helpful to you?</p>
@@ -72,4 +70,4 @@ <h2>Donation</h2>
7270
<li><a href="#tp-formatting" title="Examples">Formatting</a></li>
7371
<li><a href="#tp-localization" title="Examples">Localization</a></li>
7472
<li><a href="#tp-examples" title="Examples">Examples</a></li>
75-
</ul>
73+
</ul>

0 commit comments

Comments
 (0)