Introduction
timefield is a jQuery plugin to create Facebook-like time fields which are auto updating. So if you leave the page open for a while, then after ten minutes you don"t see posted 8 seconds ago but posted 10 minutes ago as it should be.
Demo
Can be found here http://jscode.org/timefield/
Contact
Andris Reinman
andris.reinman@gmail.com
Usage
Inserting timefields
You can insert a new timefield to the page by two ways - either adding it directly to the HTML or creating a new DOM element with the timefield plugin and adding it where you want it.
A timefield is basically any DOM element which has a CSS class name "timefield" and defining point for the starting time (which is also set as a CSS class name in the form of t:JS_TIMESTAMP).
Example: