Tuesday, November 12, 2013

Download FlipTimer

FlipTimer

FlipTimer dowload

FlipTimer is a plugin counting the time left to the opening of your under construction website. Comes with 4 ready to use pages and PSD file Usage Four ready to use versions are available in the package. Simply pick one, open its index.html and set an enddate (the place is commented! See the example below for date format

FlipTimer is a plugin counting the time left to the opening of your under construction website.

Comes with 4 ready to use pages and PSD file

Usage

Four ready to use versions are available in the package. Simply pick one, open its index.html and set an enddate (the place is commented! See the example below for date format.) and it will start counting for you. Optionally you can add callback function to run once the countdown is complete.

Examples

 <script type="text/javascript"> $(".my-counter-place").EightycloudsFliptimer({         enddate : "24 December 2013 12:00:00 GMT", // SET AN END DATE         callback  : function(){          alert("Countdown is Complete!"); // CALLBACK FUNCTION IS OPTIONAL!     } }); </script> 
 <script type="text/javascript"> $(".my-counter-place").EightycloudsFliptimer({         enddate : "24 December 2013"      } }); </script> 

FlipTimer dowload

No comments:

Post a Comment