jTimepicker is a jQuery plugin for set hours and minutes individually with jQuery UI Slider.
Getting started
To use the jTimepicker plugin, include the jQuery library, the jTimepicker source file, the jTimepicker core stylesheet file and jQuery UI files inside the head tag of your HTML document:

<script src="lib/jquery-1.3.2.min.js" type="text/javascript"></script> <script src="lib/ui.core.js" type="text/javascript"></script> <script src="lib/ui.slider.js" type="text/javascript"></script> <script src="lib/jquery.jtimepicker.js" type="text/javascript"></script>
To setup jTimepicker, add the following code inside the < head > tag of your HTML document:
<script type="text/javascript">// < ![CDATA[
$(document).ready(function() {
$('#timepicker').jtimepicker({
// Configuration goes here
});
});
// ]]></script>
jTimepicker accepts a lot of configuration options, see chapter “Configuration” for further informations.
jTimepicker expects a very basic HTML markup structure inside your HTML document:
Demo: http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-timepicker/
Download: http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-timepicker/jtimepicker.zip
Source:http://www.radoslavdimov.com/jquery-plugins/

Related Listings:
RSS feed for comments on this post. TrackBack URL
October 5th, 2009 at 11:32 pm
[...] This post was mentioned on Twitter by Web Development News. Web Development News said: jTimepicker jQuery Time Picker Plugin: jTimepicker is a jQuery plugin for set hours and minutes individually wi.. http://bit.ly/3eguLU [...]
October 7th, 2009 at 5:47 am
Eh…useless (not the ability to pick time, just the implementation of this plugin). Might as well just use selects and force the user to choose through that. This plugin add extra clicks to the time picking process…FAIL