jQuery Countdown Plugin Example

<?php
 
echo '<div class="countdown">December 25. 2009!</div>';
 
jquery_countdown_add(".countdown", array('until' => 'December 25. 2009', "onExpiry" => "finished"));
 
drupal_add_js("function finished() { alert('You are done!'); }", 'inline');
?>

Contact Me

Feel free to contact me.

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.