diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-08-09 17:21:45 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-08-09 17:21:45 -0400 |
commit | e130b6689efe0ff01800bdc92b53e95efe6ecf39 (patch) | |
tree | ed5e8a1df09e9d93377ff1df5f7fabdb02d18293 /src/docs/examples.html | |
parent | 69348fdf773353b260cf021d237d2f10b08cc511 (diff) | |
parent | 1a71b5fa132b1ab00b18d24ede5899c0e0eea25f (diff) | |
download | jQuery-Timepicker-Addon-e130b6689efe0ff01800bdc92b53e95efe6ecf39.zip jQuery-Timepicker-Addon-e130b6689efe0ff01800bdc92b53e95efe6ecf39.tar.gz jQuery-Timepicker-Addon-e130b6689efe0ff01800bdc92b53e95efe6ecf39.tar.bz2 |
Merge branch 'dev'
Diffstat (limited to 'src/docs/examples.html')
-rw-r--r-- | src/docs/examples.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/docs/examples.html b/src/docs/examples.html index 77dd2ef..587b0f1 100644 --- a/src/docs/examples.html +++ b/src/docs/examples.html @@ -51,6 +51,20 @@ $('#basic_example_3').datetimepicker({ </pre> </div> + + <!-- ============= example --> + <div class="example-container"> + <p>Timepicker comes with a collection of localization files and one combined file with all available localizations. $.timepicker.regional["your localization code here"] is a simple object with preset options:</p> + <div> + <input type="text" name="basic_example_4" id="basic_example_4" value="" /> + </div> +<pre> +$('#basic_example_4').timepicker( + $.timepicker.regional['es'] +); +</pre> + </div> + <h3 id="timezone_examples">Using Timezones</h3> <!-- ============= example --> |