• Stars
    star
    2,671
  • Rank 17,023 (Top 0.4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 14 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Adds a timepicker to jQueryUI Datepicker

jQuery Timepicker Addon

About

This project is no longer actively maintained. Unfortuantely, I no longer work with jQuery and jQueryUI on new projects. jQuery Timepicker Addon served as the timepicker of choice for many years when there weren't many available. I'm thankful of the opportunity to contribute to the community, and thankful to everyone who contributed along the way. These days there are many great alternatives depending on the environment you're developing in. If you need a timepicker with no dependencies check out flatpickr.

Best wishes, Trent Richardson

Use

I recommend getting the eBook Handling Time as it has a lot of example code to get started. The quick and dirty:

There is also a Bower package named jqueryui-timepicker-addon. Beware there are other similar package names that point to forks which may not be current.

Rails with Bower

If you happen to use Rails with the [bower](gem "bower-rails", "~> 0.8.3") gem, here it is to use it easily :

Bowerfile

asset "jqueryui-timepicker-addon", "1.5.6"

application.js

//= require jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon
//= require jqueryui-timepicker-addon/dist/i18n/jquery-ui-timepicker-fr

application.css.scss

@import "jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.css";

Contributing Code - Please Read!

  • All code contributions and bug reports are much appreciated.
  • Please be sure to apply your fixes to the "dev" branch.
  • Also note tabs are appreciated over spaces.
  • Please read the CONTRIBUTING.md for more on using Grunt to produce builds.

More Repositories

1

jQuery-Impromptu

An extention to help provide a more pleasant way to spontaneously prompt a user for input.
HTML
328
star
2

jQuery-Rebox

jQuery-Rebox is a light weight, responsive, mobile friendly jQuery and Zepto lightbox
HTML
68
star
3

jQuery-Waiting

jQuery plugin to generate spinners and loaders, without images, canvas, or other nonsense.
53
star
4

FinanceJs

Common finance and currency javascript methods
HTML
49
star
5

Gedit-Clientside-Plugin

Gedit plugin to format, minify, and validate javascript and css
JavaScript
48
star
6

UberUploadCropper

Ajax image upload and crop widget
JavaScript
38
star
7

cakephp-scheduler

Makes scheduling tasks in CakePHP much simpiler
PHP
33
star
8

jQuery-Litelighter

jQuery-Litelighter provides super light weight syntax highlighting
28
star
9

Clientside

Sublime Text plugin to minify, format, and lint CSS and Javascript
JavaScript
26
star
10

Intimidatetime

Intimidatetime is a wicked awesome date time picker for both jQuery and Zepto.
JavaScript
17
star
11

jQuery-SliderAccess

Add touch accessibility to jQueryUI Slider wigit
17
star
12

cakephp-shrink

Shrink is a CakePHP plugin to Compile, Combine, Compress js, css, less, sass, coffee assets
PHP
16
star
13

jQuery-Powertable

jQuery plugin providing fixed columns, movable columns, and hide/show column functionality to tables.
15
star
14

Moopromptu

Mootools version of the popular jQuery Impromptu
JavaScript
10
star
15

Python-Email-Dissector

A Simple gui to a dummy SMTP server to catch and dissect emails for development
Python
7
star
16

JsonSQL

Query json objects with sql syntax
JavaScript
7
star
17

Ordering

Javascript object type to maintain order of hash objects
5
star
18

Gedit-Minifier-Plugin

Gedit plugin to minify javascript and css files
Python
5
star
19

domit

A small wrapper for DOM traversing and manipulation
JavaScript
4
star
20

Gedit-CFML-Snippets

Gedit ColdFusion Snippets
4
star
21

CaldavCFC

ColdFusion Caldav component for searching, creating, editing, deleting events and tasks
ColdFusion
4
star