🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

wordclock.js is a really small jQuery plugin which helps you render a Word (Typographic) clock on the webpage using plain HTML, CSS and a little bit JavaScript.

word-clock

Documentation

forthebadge forthebadge forthebadge

Word Clock JQuery plugin

Demo image

--> Live Demo <--

Instructions:

Include JS and CSS:

<script src="wordclock.js"></script> <link rel="stylesheet" href="wordclock.css" /> 

Create a container:

<div id="test"></div> 

Do the magic:

$('#test').wordClock(); 

Copyright 2017, Alex Sartori


You May Also Like