jquery.ui.timepicker

WebJar for jquery.ui.timepicker

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

jquery.ui.timepicker
Last Version

Last Version

0.3.3
Release Date

Release Date

Type

Type

jar
Description

Description

jquery.ui.timepicker
WebJar for jquery.ui.timepicker
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/davidvanlaatum/timepicker

Download jquery.ui.timepicker

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui.timepicker/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>jquery.ui.timepicker</artifactId>
    <version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui.timepicker/
implementation 'org.webjars.bower:jquery.ui.timepicker:0.3.3'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui.timepicker/
implementation ("org.webjars.bower:jquery.ui.timepicker:0.3.3")
'org.webjars.bower:jquery.ui.timepicker:jar:0.3.3'
<dependency org="org.webjars.bower" name="jquery.ui.timepicker" rev="0.3.3">
  <artifact name="jquery.ui.timepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery.ui.timepicker', version='0.3.3')
)
libraryDependencies += "org.webjars.bower" % "jquery.ui.timepicker" % "0.3.3"
[org.webjars.bower/jquery.ui.timepicker "0.3.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

jQuery UI Timepicker by François Gélinas

What

This is a jQuery UI time picker plugin build to match with other official jQuery UI widgets. Based on the existing date picker, it will blend nicely with your form and use your selected jQuery UI theme. The plugin is very easy to integrate in your form for you time (hours / minutes) inputs.

Why

I built this plugin because I could not find a plugin that did what I needed.

Doc

Examples are available on the main page at http://fgelinas.com/code/timepicker Most option parameters are documented at http://fgelinas.com/code/timepicker/#usage

Requirements

Work with jQuery 1.5.1 and more, also require jQuery UI core. There is a legacy version of the plugin made to work with older jQuery 1.2.6 and UI 1.6 at http://fgelinas.com/code/timepicker/#get_timepicker

Licenses

The plugin is licensed under the MIT and GPL licenses.

Other Stuff

There is a jsFiddle page here with basic implementation for testing.

Versions

Version
0.3.3