Skip to content
Pankajkumarprajapat edited this page Jan 30, 2015 · 1 revision

Welcome to the jquery-countdown-rails wiki!

<script> jQuery(document).on("ready page:load", function() { $(function () { $('#until10s').countdown({until: '+10s'}); }); }); </script>
Clone this wiki locally