diff options
author | Trent <trentdrichardson@gmail.com> | 2016-04-20 15:22:44 -0400 |
---|---|---|
committer | Trent <trentdrichardson@gmail.com> | 2016-04-20 15:22:44 -0400 |
commit | 72f1867750ab319c08707512e9a3066baeb9c948 (patch) | |
tree | 72ae9050e9d7fdfcc55201bb02a3ff770ada7053 /src/docs | |
parent | 17c4f29b6c5729fbabebbef72b5a3a376485a7fd (diff) | |
parent | 547daaebf17f3fc4f1a70e7f2297b4b90c41888e (diff) | |
download | jQuery-Timepicker-Addon-72f1867750ab319c08707512e9a3066baeb9c948.zip jQuery-Timepicker-Addon-72f1867750ab319c08707512e9a3066baeb9c948.tar.gz jQuery-Timepicker-Addon-72f1867750ab319c08707512e9a3066baeb9c948.tar.bz2 |
Merge branch 'dev'
Diffstat (limited to 'src/docs')
-rw-r--r-- | src/docs/examples.html | 21 | ||||
-rw-r--r-- | src/docs/header.html | 36 |
2 files changed, 17 insertions, 40 deletions
diff --git a/src/docs/examples.html b/src/docs/examples.html index 9364fba..fa112d1 100644 --- a/src/docs/examples.html +++ b/src/docs/examples.html @@ -101,27 +101,6 @@ $('#timezone_example_2').datetimepicker({ </pre> </div> - <!-- ============= example --> - <div class="example-container"> - <p>You may also use timezone string abbreviations for values. This should be used with caution. Computing accurate javascript Date objects may not be possible when trying to retrieve or set the date from timepicker (see setDate and getDate examples below). For simple input values however this should work.</p> - <div> - <input type="text" name="timezone_example_3" id="timezone_example_3" value="" /> - </div> -<pre> -$('#timezone_example_3').datetimepicker({ - timeFormat: 'HH:mm z', - timezone: 'MT', - timezoneList: [ - { value: 'ET', label: 'Eastern'}, - { value: 'CT', label: 'Central' }, - { value: 'MT', label: 'Mountain' }, - { value: 'PT', label: 'Pacific' } - ] -}); - -</pre> - </div> - <h3 id="slider_examples">Slider Modifications</h3> <!-- ============= example --> diff --git a/src/docs/header.html b/src/docs/header.html index 4aa1f4c..b9747b2 100644 --- a/src/docs/header.html +++ b/src/docs/header.html @@ -1,12 +1,12 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> - <head> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> + <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>Adding a Timepicker to jQuery UI Datepicker</title> + <title>Adding a Timepicker to jQuery UI Datepicker</title> <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." /> <meta name="Keywords" content="jQuery, UI, datepicker, timepicker, datetime, time, format" /> - - <style type="text/css"> + + <style type="text/css"> body,img,p,h1,h2,h3,h4,h5,h6,form,table,td,ul,ol,li,dl,dt,dd,pre,blockquote,fieldset,label{ margin:0; padding:0; @@ -30,29 +30,27 @@ #tabs{ margin: 20px -20px; border: none; } #tabs, #ui-datepicker-div, .ui-datepicker{ font-size: 85%; } .clear{ clear: both; } - + .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> - + </style> + <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" /> <link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" /> - - </head> - <body> + + </head> + <body> <div class="wrapper"> - <h1>Adding a Timepicker to jQuery UI Datepicker</h1> - + <h1>Adding a Timepicker to jQuery UI Datepicker</h1> + <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> - + <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> - + <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> - - <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> <h2>Donation</h2> <p>Has this Timepicker Addon been helpful to you?</p> @@ -72,4 +70,4 @@ <li><a href="#tp-formatting" title="Examples">Formatting</a></li> <li><a href="#tp-localization" title="Examples">Localization</a></li> <li><a href="#tp-examples" title="Examples">Examples</a></li> - </ul>
\ No newline at end of file + </ul> |