Basic Timepicker

by Jon Thornton

HTML

<script src="http://jonthornton.github.io/jquery-timepicker/jquery.timepicker.js"></script>
<link rel="stylesheet" href="http://jonthornton.github.io/jquery-timepicker/jquery.timepicker.css">
<input type="text" id="example" />

JavaScript

$(function(){
   $('#example').timepicker(); 
});