JQUERY.SELECTTIME.JS
jQuery plugin to take a normal input field containing 24 hour formatted time (HH:MM:SS),
and create options for the selection of hour, minute, AM/PM,
updating the user's selection back to 24 hour format in the input field.
See jquery.selecttime.js Examples
JQUERY.BULLSEYE.JS
This plugin converts a normal table with both row and column level headers to an somewhat
interactive format – it is named bullsEye because the goal was to create a targeting effect
when the mouse is being moved on the cells and row and column headings. Maybe something like
“draw cell lines” or “table zoom” would have been more appropriate but I don’t feel the
need to agonize over names.
see jquery.bullseye.js examples
Authors
Tony Landis (www.tonylandis.com)
Download
You can download this project in either
zip or
tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/tony-landis/jquery-plugins