jQuery Unobtrusive Time Picker Plugin: jquery.timepickr
Posted on August 22, 2009, under JavaScript, jQuery,
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.
- Share your thoughts!
Related Posts
-
Visually Connect Elements on a Web Page: jsPlumb jQuery Pluginat March 25, 2010
-
Embed Google Maps into your website: gMap jQuery Pluginat March 5, 2010
-
Unobtrusive JS Calendar and DatePicker: Calender EightySixat October 31, 2009
-
Easily Add Maps to a Webpage: Google Maps jQuery Pluginat January 6, 2010 with 1 comment
-
Catch404: Modal Plugin for Handling Broken Links: jQuery | CSSat July 31, 2010 with 1 comment

