Skip to content
walmik edited this page Feb 28, 2012 · 2 revisions

Installation

  1. Copy the timer.jquery.js file to your assets/js/ folder or wherever you store your javascript files.
  2. Add script tags inside the tag to pull jquery and the timer.jquery.js file
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <script type="text/javascript" src="assets/js/timer.jquery.js"></script>
Clone this wiki locally