A jQuery Unobtrusive Time Picker Plugin: jquery.timepickr
Posted on August 22, 2009, Filled under JQuery, JavaScript,
Bookmark it
jquery.timepickr is a nice JQuery Time Picker that attempts to make the process of inputing time in a form as easy as natural as possible.
Basic Usage
HTML
<input id="time" type="text" value="">
JavaScript
$(function(){
$('#test').timepickr();
});
Features include:
- Unobtrusive
- Degrades gracefully
- Use maximum 2 clicks
- Has an intuitive keyboard navigation
- Be touch device friendly
- Our convention (either 12 or 24)
- Source & Demo: http://haineault.com/media/jquery/ui-timepickr/page/
- Download: http://code.google.com/p/jquery-utils/downloads/list
Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!
- August 22, 2009
- article by Gabriel C.
- Leave a reply!
Sponsors
Related Posts
-
Create, Customize and Send Newsletters: MeeNewsat August 3, 2009
-
How to use the Scroll Effect in jQuery, MooTools and Script.aculo.usat March 16, 2009 with 5 comments
-
A PHP Contact Form with JavaScript Real Time Validationat April 30, 2009 with 17 comments
-
Select/Unselect checkbox(es) with Class Changer (Highlighter)at December 28, 2008 with 1 comment
-
A tableless 2 (fluid) columns layoutat September 10, 2008

