jsf 2 - JSF 2.0 timer component -
i'm looking component counts down specific duration on client side (e.g. display remaining time until auction finishes). component not need perform action when timer timed out. should print timer in human readable form, e.g. 1 hour 2 minutes 23 seconds , update timer without server requests.
i know can done somehow in javascript. i'm looking ready-made component or easy way realize (without implementation effort).
thanks, theo
have @ jquery countdown component. this question gives answer on jsf jquery integration.
Comments
Post a Comment