jQuery Fugit
A lightweight jQuery plugin for time input fields.
Installation
Include Fugit's CSS:
Include jQuery and the Fugit plugin script:
Initialize the plugin as follows:
;
Usage
The automated tests in test/tests.js
outline most usage scenarios; start there to learn how to interact with the plugin.
Testing
Tests are written in QUnit. As this plugin requires a DOM and jQuery, serve the repo as a web app and open test/index.html
in a browser.